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
A header that does not have a value, but a carriage return directly after the colon will put the parser in state http_roundtripper_error. I guess that the webserver that returns this kind of header is the one to blame, but it would be nice to be able to receive data from it anyway.
The text was updated successfully, but these errors were encountered:
- 0x87, 6, 0xC1, 0xC1, 6, 0x87, 0x87, 0xC1, /* state 6: leading whitespace before header value */
+ 0x87, 6, 0xC4, 10, 6, 0x87, 0x87, 0xC1, /* state 6: leading whitespace before header value */
A header that does not have a value, but a carriage return directly after the colon will put the parser in state
http_roundtripper_error
. I guess that the webserver that returns this kind of header is the one to blame, but it would be nice to be able to receive data from it anyway.The text was updated successfully, but these errors were encountered: