index
:
cowboy.git
1.0.x
1.1.x
active_n
http3
master
Small, fast, modern HTTP server for Erlang/OTP.
Loïc Hoguin
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
http_SUITE.erl
Age
Commit message (
Expand
)
Author
2019-09-28
Add persistent_term support to the router
Loïc Hoguin
2018-11-22
Improve the reliability of some http_SUITE tests
Loïc Hoguin
2018-11-21
Move some tests out of the old HTTP test suite
Loïc Hoguin
2018-11-20
Fix the request_timeout_infinity test
Loïc Hoguin
2018-11-20
Handle a test case sometimes sending a response too fast
Loïc Hoguin
2018-11-20
Wait for the connection to be up in a few tests
Loïc Hoguin
2018-11-19
Use try..after in tests that start their own listeners
Loïc Hoguin
2018-11-19
Use ?FUNCTION_NAME instead of ct_helper:name()
Loïc Hoguin
2018-11-18
Add the chunked option for HTTP/1.1
Loïc Hoguin
2018-11-16
Allow overriding cowboy_http's idle_timeout per request
Loïc Hoguin
2018-11-14
Allow disabling keep-alive for HTTP/1.0 connections
Loïc Hoguin
2018-09-26
Use gun:info instead of hacks for test socket operations
Loïc Hoguin
2018-09-23
Correct two tests that introspect the Gun state
Loïc Hoguin
2018-08-13
Fix the infinity timeout tests
Loïc Hoguin
2018-05-17
Move timeout tests from old_http_SUITE to http_SUITE
Loïc Hoguin
2018-03-26
Fix the flushing of messages when switching to Websocket
Loïc Hoguin
2018-03-14
Add case for handling infinity for idle/request_timeout
Bartek Walkowicz
2018-01-16
Allow colon within path segments
Paul Fisher
2017-12-12
Fix HTTP/1.1 pipelining
Loïc Hoguin
2017-11-29
Add nowarn_export_all to all test suites
Loïc Hoguin
2017-11-24
Add more tests to the rfc7230 suite
Loïc Hoguin
2017-11-23
Move the pipeline test to the rfc7230 suite
Loïc Hoguin
2017-11-22
Add more rfc7230 tests and better handle bad chunk sizes
Loïc Hoguin
2017-11-19
Remove another test from the old http suite
Loïc Hoguin
2017-11-19
Move tests from old http suite to rfc7230 suite
Loïc Hoguin
2017-11-18
Remove duplicate /echo/body_qs tests from the old suite
Loïc Hoguin
2017-11-17
Remove duplicate static handler tests from the old suite
Loïc Hoguin
2017-07-14
Fix the remaining http_SUITE test cases
Loïc Hoguin
2017-07-13
Fix more of the older tests
Loïc Hoguin
2017-07-12
Remove tests for set_resp_body with a stream fun
Loïc Hoguin
2017-07-12
Remove any mention of the waiting_stream hack
Loïc Hoguin
2017-07-12
Remove the onresponse tests from http_SUITE
Loïc Hoguin
2017-06-28
Remove outdated multipart tests
Loïc Hoguin
2017-06-07
Remove NumAcceptors argument from start_clear/tls
Loïc Hoguin
2017-01-03
Rewrite the tests for header name/value limits
Loïc Hoguin
2017-01-03
Return status 431 if the request header field is too large
José Valim
2017-01-02
Welcome to 2017
Loïc Hoguin
2016-10-18
Fix if_modified_since match of last_modified
Christopher Adams
2016-08-11
Use integer_to_binary when possible
Loïc Hoguin
2016-03-05
Initial commit with connection/streams
Loïc Hoguin
2015-08-07
Use 'Connection' header only when necessary
Alexey Lebedeff
2015-05-05
Add rfc7230 test suite and update others to recent Gun
Loïc Hoguin
2015-02-04
Use cowlib for parsing headers; remove cowboy_http
Loïc Hoguin
2014-11-07
Rename 'halt' to 'stop' for better consistency
Loïc Hoguin
2014-10-03
Fix two edge cases when the request-line provided is invalid
Loïc Hoguin
2014-09-30
Improve handler interface and documentation
Loïc Hoguin
2014-09-24
Remove the onrequest hook
Loïc Hoguin
2014-09-23
Breaking update of the cowboy_req interface
Loïc Hoguin
2014-07-14
Support ad-hoc keep-alive for HTTP/1.0 Clients
Fred Hebert
2014-07-12
Reply with 400 on header parsing crash
Loïc Hoguin
[next]