You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Found, that haxe.Http don't handle gzip encoded responses. So, in onData callback string is messy if response Content-Encoding is gzip. IMHO, it have to be mentioned in docs somehow. It can save a lot of time to those who will face this problem.
Found, that haxe.Http don't handle
gzip
encoded responses. So, inonData
callback string is messy if responseContent-Encoding
isgzip
. IMHO, it have to be mentioned in docs somehow. It can save a lot of time to those who will face this problem.My solution to handle this:
Btw, we can link cookbok with similair solution to docs.
P.S: it works but only for
sys
. For nodejs target there are noresponseHeaders
property inhaxe.Http
so haven't idea how to handle it.The text was updated successfully, but these errors were encountered: