0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-14 12:20:24 +00:00
cowboy/test
Adrian Roe c2e946708e Add a workaround to disable chunked transfer-encoding
This is an undocumented workaround to disable chunks when using HTTP/1.1.
It can be used when the client advertises itself as HTTP/1.1 despite not
understanding the chunked transfer-encoding.

Usage can be found looking at the test for it. When activated, Cowboy
will still advertise itself as HTTP/1.1, but will send the body the same
way it would if it was HTTP/1.0.
2013-11-08 21:56:37 +01:00
..
autobahn_SUITE_data Update Autobahn test suite to 0.5.3 2013-04-24 21:48:24 +02:00
http_SUITE_data Add a workaround to disable chunked transfer-encoding 2013-11-08 21:56:37 +01:00
ws_SUITE_data Reorganize the websocket test suite 2013-04-22 17:03:54 +02:00
autobahn_SUITE.erl Make cowlib a proper dependency 2013-09-04 19:24: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 Add a workaround to disable chunked transfer-encoding 2013-11-08 21:56:37 +01:00
spdy_SUITE.erl Review, improve and document the static files handler 2013-11-02 14:41:46 +01:00
ws_SUITE.erl Make cowlib a proper dependency 2013-09-04 19:24:54 +02:00