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
If I edit the hackney source and force HTTP/1.0, the server will only response with one 200 response and everything will turn out ok.
I think the correct change for hackney is to throw away all 1XX response because there is no way to expose them to the caller anyway. The subsequent 2XX response is the meat the caller want.
The text was updated successfully, but these errors were encountered:
Some website send 103 response before the 200, even in http1.1. One such is http://www.theregister.com
It could be a cloudflare thing.
hackney 1.8.0:
If I edit the hackney source and force HTTP/1.0, the server will only response with one 200 response and everything will turn out ok.
I think the correct change for hackney is to throw away all 1XX response because there is no way to expose them to the caller anyway. The subsequent 2XX response is the meat the caller want.
The text was updated successfully, but these errors were encountered: