aboutsummaryrefslogtreecommitdiffstats
path: root/test/http_SUITE.erl
AgeCommit message (Expand)Author
2025-02-10Run http_SUITE:graceful_shutdown_listener separatelyLoïc Hoguin
2025-02-10Provide better control over which HTTP protocols are enabledLoïc Hoguin
2025-02-07Add hibernate option to cowboy_http and cowboy_http2Loïc Hoguin
2025-02-06Fix request_timeout triggering when a request was in the bufferLoïc Hoguin
2025-01-23Correcting TransOpts in send_timeout_close testsBjörn Svensson
2024-01-25Refresh copyright linesLoïc Hoguin
2024-01-18Reduce sleep in chunked_one_byte_at_a_timeLoïc Hoguin
2024-01-17Improve reliability of a few testsLoïc Hoguin
2024-01-16Fix an intermittent test failureLoïc Hoguin
2024-01-15Fix wrong HTTP/1 timeout being used in some casesLoïc Hoguin
2023-12-21Optionally reset the idle timeout when sending dataRobert J. Macomber
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-14Change send_timeout_close test to accomodate macOSLoïc Hoguin
2023-12-12Add test for send_timeout_closeSergei Shuvatov
2020-11-27Graceful shutdownViktor Söderqvist
2019-09-28Add persistent_term support to the routerLoïc Hoguin
2018-11-22Improve the reliability of some http_SUITE testsLoïc Hoguin
2018-11-21Move some tests out of the old HTTP test suiteLoïc Hoguin
2018-11-20Fix the request_timeout_infinity testLoïc Hoguin
2018-11-20Handle a test case sometimes sending a response too fastLoïc Hoguin
2018-11-20Wait for the connection to be up in a few testsLoïc Hoguin
2018-11-19Use try..after in tests that start their own listenersLoïc Hoguin
2018-11-19Use ?FUNCTION_NAME instead of ct_helper:name()Loïc Hoguin
2018-11-18Add the chunked option for HTTP/1.1Loïc Hoguin
2018-11-16Allow overriding cowboy_http's idle_timeout per requestLoïc Hoguin
2018-11-14Allow disabling keep-alive for HTTP/1.0 connectionsLoïc Hoguin
2018-09-26Use gun:info instead of hacks for test socket operationsLoïc Hoguin
2018-09-23Correct two tests that introspect the Gun stateLoïc Hoguin
2018-08-13Fix the infinity timeout testsLoïc Hoguin
2018-05-17Move timeout tests from old_http_SUITE to http_SUITELoïc Hoguin
2018-03-26Fix the flushing of messages when switching to WebsocketLoïc Hoguin
2018-03-14Add case for handling infinity for idle/request_timeoutBartek Walkowicz
2018-01-16Allow colon within path segmentsPaul Fisher
2017-12-12Fix HTTP/1.1 pipeliningLoïc Hoguin
2017-11-29Add nowarn_export_all to all test suitesLoïc Hoguin
2017-11-24Add more tests to the rfc7230 suiteLoïc Hoguin
2017-11-23Move the pipeline test to the rfc7230 suiteLoïc Hoguin
2017-11-22Add more rfc7230 tests and better handle bad chunk sizesLoïc Hoguin
2017-11-19Remove another test from the old http suiteLoïc Hoguin
2017-11-19Move tests from old http suite to rfc7230 suiteLoïc Hoguin
2017-11-18Remove duplicate /echo/body_qs tests from the old suiteLoïc Hoguin
2017-11-17Remove duplicate static handler tests from the old suiteLoïc Hoguin
2017-07-14Fix the remaining http_SUITE test casesLoïc Hoguin
2017-07-13Fix more of the older testsLoïc Hoguin
2017-07-12Remove tests for set_resp_body with a stream funLoïc Hoguin
2017-07-12Remove any mention of the waiting_stream hackLoïc Hoguin
2017-07-12Remove the onresponse tests from http_SUITELoïc Hoguin
2017-06-28Remove outdated multipart testsLoïc Hoguin
2017-06-07Remove NumAcceptors argument from start_clear/tlsLoïc Hoguin