aboutsummaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)Author
2024-01-09Improve the error when trying to send a 204/304 with a bodyLoïc Hoguin
2024-01-08Document body reading in auto modeLoïc Hoguin
2024-01-08Ensure HTTP/1.1 Websocket resets the trap_exit flagLoïc Hoguin
2024-01-08Always add vary: accept-encoding in cowboy_compress_hLoïc Hoguin
2024-01-05Reject HTTP/1 requests with both content-length and transfer-encodingLoïc Hoguin
2024-01-05Don't automatically compress when response has etagLoïc Hoguin
2024-01-05Add cowboy:get_env/2,3Loïc Hoguin
2024-01-04Rework and improve the decompress stream handlerLoïc Hoguin
2023-12-21Add cowboy_decompress_h stream handlerjdamanalo
2023-12-21Exit gracefully on {error,closed} when reading the PROXY headerNelson Vides
2023-12-21Optionally reset the idle timeout when sending dataRobert J. Macomber
2023-12-19Shave off a few more seconds from rfc7540_SUITELoïc Hoguin
2023-12-18Explicitly close the socket in some tests for speed upsLoïc Hoguin
2023-12-18Fix shutdown for HTTP/1.1 pipelineDmitri Vereshchagin
2023-12-15Reject invalid Connection headerBoris Pozdnyakov
2023-12-15Increase loop_handler_timeout timeoutsLoïc Hoguin
2023-12-15Add timeout to cowboy_loopjdamanalo
2023-12-15Fix static_handler suite code pathLoïc Hoguin
2023-12-14Change send_timeout_close test to accomodate macOSLoïc Hoguin
2023-12-12Handle socket errors in HTTP/1.1 and HTTP/2Loïc Hoguin
2023-12-12Add test for send_timeout_closeSergei Shuvatov
2023-12-07Note that we won't implement the HTTP/2 PRIORITY mechanismLoïc Hoguin
2023-12-07Add UTF-8 support to example file_serverlin
2023-12-06Fix typos in documentationKian-Meng, Ang
2023-12-06Add 'max_cancel_stream_rate' config for the rapid reset attackViktor Söderqvist
2023-12-01Use init_per_suite instead of all/0 for init in tracer_SUITELoïc Hoguin
2023-12-01Reduce CT logs size in a couple test casesLoïc Hoguin
2023-11-23Don't force verify client cert in testsLoïc Hoguin
2023-03-30Fix tests with serialised mapsLoïc Hoguin
2023-03-30Fix TLS tests for OTP-26+Loïc Hoguin
2023-03-30Fix OTP-26+ warnings in test suitesLoïc Hoguin
2023-03-29Update Cowlib to 2.12.1Loïc Hoguin
2023-03-29Fix tests for OTP-25+Loïc Hoguin
2022-09-19Update Erlang.mkLoïc Hoguin
2020-11-27AcceptCallback may now return created/see_other tuples for POSTMartin Björklund
2020-11-27Graceful shutdownViktor Söderqvist
2020-11-23Use gun:ws_send/3 in testsLoïc Hoguin
2020-07-03Fix concurrent body streaming getting stuck with HTTP/2Loïc Hoguin
2020-05-20204 and 304 responses must not include a bodyLoïc Hoguin
2020-05-20Increase the default max_keepalive HTTP option to 1000Loïc Hoguin
2020-05-20Don't stop listeners that don't exist in static_handler_SUITELoïc Hoguin
2020-04-08Increase the timetrap timeout in req_SUITE on WindowsLoïc Hoguin
2020-04-08Get rid of timeouts in metrics_SUITELoïc Hoguin
2020-04-07Allow {error, enotconn} as test success in security_SUITELoïc Hoguin
2020-04-06Rely on timetrap timeouts for tracer_SUITELoïc Hoguin
2020-04-06NO_PARALLEL=1 will disable (most) parallel testingLoïc Hoguin
2020-04-06Increase the req_SUITE timetrap timeout on WindowsLoïc Hoguin
2020-04-05Reduce the pipeline test body sizes to avoid filling send buffersLoïc Hoguin
2020-04-02Disable ws_SUITE:unlimited_connections on WindowsLoïc Hoguin
2020-04-02Skip ws_SUITE:unlimited_connections when ulimit -n is too lowLoïc Hoguin