aboutsummaryrefslogtreecommitdiffstats
path: root/test/req_SUITE.erl
AgeCommit message (Expand)Author
46 hoursInitial HTTP/3 implementationHEADmasterhttp3Loïc Hoguin
2024-01-25Refresh copyright linesLoïc Hoguin
2024-01-23Fix match_qs with constraints when key is not presentgeeksilva97
2024-01-18Retry the read_urlencoded_body_too_large if timeout triggersLoïc Hoguin
2024-01-17Improve reliability of a few testsLoïc Hoguin
2024-01-15Reject responses with explicit set-cookie headergeeksilva97
2024-01-09Better error message when trying to reply twiceLoïc Hoguin
2024-01-08Document body reading in auto modeLoïc Hoguin
2023-12-01Reduce CT logs size in a couple test casesLoïc Hoguin
2023-03-30Fix tests with serialised mapsLoïc Hoguin
2023-03-30Fix TLS tests for OTP-26+Loïc Hoguin
2023-03-29Update Cowlib to 2.12.1Loïc Hoguin
2020-07-03Fix concurrent body streaming getting stuck with HTTP/2Loïc Hoguin
2020-04-08Increase the timetrap timeout in req_SUITE on WindowsLoïc Hoguin
2020-04-06Increase the req_SUITE timetrap timeout on WindowsLoïc Hoguin
2020-04-02Make req_SUITE:read*_body_urlencoded_too_long tests reliableLoïc Hoguin
2020-04-02Use infinity timeout for gun:await* calls in req_SUITELoïc Hoguin
2020-04-02Rework the req_SUITE:read_body_period testLoïc Hoguin
2020-04-01Change a few flaky tests to use timetrap and infinity timeoutsLoïc Hoguin
2020-03-30Fix the req_SUITE:parse_cookie testLoïc Hoguin
2019-12-31Test trailers bug when there are data frames in queueTony Han
2019-10-05Add cowboy_req:filter_cookies/2Loïc Hoguin
2019-10-02Ensure we can stream the response body from any processLoïc Hoguin
2019-10-02Ensure we can read the request body from any processLoïc Hoguin
2019-10-02Update gun_down messages in test suitesLoïc Hoguin
2019-09-16Fix closing of connection on response_body_too_smallLoïc Hoguin
2019-09-15Split up urlencoded tests to speed up req_SUITELoïc Hoguin
2019-09-15Skip req_SUITE:read_body_mtu on WindowsLoïc Hoguin
2019-09-15Increase the period for req_SUITE:read_body_periodLoïc Hoguin
2019-09-14Implement backpressure on cowboy_req:stream_bodyLoïc Hoguin
2019-09-06Fix tests failing following Gun update to masterLoïc Hoguin
2019-09-06Rename Gun's transport_opts to tls_optsLoïc Hoguin
2018-11-20Increase a test timeout to get rid of intermittent failuresLoïc Hoguin
2018-11-09Add sendfile support to cowboy_req:stream_bodyLoïc Hoguin
2018-09-07Add cowboy_req:read_and_match_urlencoded_body/2,3Loïc Hoguin
2018-06-27Add test cases for cowboy_req:stream_eventsLoïc Hoguin
2018-06-25Add streaming without chunking for HTTP/1.1Eric Meadows-Jönsson
2018-05-17Remove/convert tests about request body from old_http_SUITELoïc Hoguin
2018-05-16Increase a timeout to make some slower tests passLoïc Hoguin
2018-05-16Use default port when not given in :authorityLoïc Hoguin
2017-11-29Add nowarn_export_all to all test suitesLoïc Hoguin
2017-11-20Queue HTTP/2 trailers when there's still data in the bufferLoïc Hoguin
2017-11-20Improve trailers test when no te header is sentLoïc Hoguin
2017-11-19Remove another test from the old http suiteLoïc Hoguin
2017-11-15Add preliminary support for trailers in responsesLoïc Hoguin
2017-11-01Fix two edge cases for cowboy_req:stream_bodyLoïc Hoguin
2017-10-30Handle expect: 100-continue request headersLoïc Hoguin
2017-10-29Add cowboy_req:inform/2,3Loïc Hoguin
2017-10-25Introduce cowboy_req:sock/1 and cowboy_req:cert/1Loïc Hoguin
2017-10-02Fix infinite loop on incomplete multipart bodyJeffrey Griffin