0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-14 20:30:23 +00:00
cowboy/test
James Fish f0cc2d01e6 Fix decoding of chunked body.
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.
2013-07-05 22:45:18 +01:00
..
autobahn_SUITE_data Update Autobahn test suite to 0.5.3 2013-04-24 21:48:24 +02:00
http_SUITE_data In content-types, the charset parameter is converted to lowercase 2013-05-31 18:38:43 +02:00
ws_SUITE_data Reorganize the websocket test suite 2013-04-22 17:03:54 +02:00
autobahn_SUITE.erl Reorganize the websocket test suite 2013-04-22 17:03:54 +02:00
cover.spec Use ct_run instead of rebar ct for running ct tests 2013-01-04 17:56:49 +01:00
eunit_SUITE.erl Fix a small warning in eunit_SUITE 2013-01-05 23:35:13 +01:00
http_SUITE.erl Fix decoding of chunked body. 2013-07-05 22:45:18 +01:00
spdy_SUITE.erl Add asn1 to the list of applications to be started for SSL 2013-06-20 16:01:58 +02:00
ws_SUITE.erl Add support for the webkit deflate frame extension 2013-06-20 13:09:13 +02:00