index
:
cowboy.git
1.0.x
1.1.x
active_n
http3
improve-dynamic_buffer
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
/
http2_SUITE.erl
Age
Commit message (
Expand
)
Author
2025-02-17
Remove copyright years from all files except LICENSE
Loïc Hoguin
2025-02-07
Add hibernate option to cowboy_http and cowboy_http2
Loïc Hoguin
2025-01-23
Correcting TransOpts in send_timeout_close tests
Björn Svensson
2024-01-25
Refresh copyright lines
Loïc Hoguin
2023-12-21
Optionally reset the idle timeout when sending data
Robert J. Macomber
2023-12-18
Explicitly close the socket in some tests for speed ups
Loïc Hoguin
2023-12-14
Change send_timeout_close test to accomodate macOS
Loïc Hoguin
2023-12-12
Add test for send_timeout_close
Sergei Shuvatov
2020-11-27
Graceful shutdown
Viktor Söderqvist
2019-09-28
Add persistent_term support to the router
Loïc Hoguin
2018-11-21
Move some tests out of the old HTTP test suite
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-16
Add the idle_timeout option to HTTP/2
Loïc Hoguin
2018-08-13
Fix the infinity timeout tests
Loïc Hoguin
2018-08-13
Fix cancelling undefined settings timer
Bing Han
2018-05-20
Fix intermittent failure of max_frame_size_sent test
Loïc Hoguin
2018-04-27
Add options controlling maximum h2 frame sizes
Loïc Hoguin
2018-04-26
Add options controlling initial control flow windows
Loïc Hoguin
2018-03-14
Add case for handling infinity for idle/request_timeout
Bartek Walkowicz
2018-01-23
Fix a miscount of output flow control window for HTTP/2
Loïc Hoguin
2017-11-29
Add nowarn_export_all to all test suites
Loïc Hoguin
2017-06-07
Remove NumAcceptors argument from start_clear/tls
Loïc Hoguin
2017-05-05
Add test for inactivity_timeout option in cowboy_http2
Gary Rennie