Hi,
encoding \r\n in json is not desirable.
i propose we change the format of "extra" headers in rtjson from
"extra": "X-Hdr-A: abc\r\nX-Hdr-B: bcd\r\n"
to
"extra": {"X-Hdr-A" : "abc" , "X-Hdr-B" : "bcd"}
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.