mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-14 20:30:23 +00:00
![]() Previously cowboy_http:te_chunked/2 would enter an incorrect state if it tried to parse an incomplete chunk when the length was known from the partial chunk. Previosuly cowboy_http:te_chunked/2 expected the trailing "\r\n" to always be present if chunk body was present in the buffer. This is not guaranteed and so this commit accommodates that situation. |
||
---|---|---|
.. | ||
autobahn_SUITE_data | ||
http_SUITE_data | ||
ws_SUITE_data | ||
autobahn_SUITE.erl | ||
cover.spec | ||
eunit_SUITE.erl | ||
http_SUITE.erl | ||
spdy_SUITE.erl | ||
ws_SUITE.erl |