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
/
compress_SUITE.erl
Age
Commit message (
Expand
)
Author
2025-02-17
Remove copyright years from all files except LICENSE
Loïc Hoguin
2024-03-26
Initial HTTP/3 implementation
http3
Loïc Hoguin
2024-01-25
Refresh copyright lines
Loïc Hoguin
2024-01-08
Always add vary: accept-encoding in cowboy_compress_h
Loïc Hoguin
2024-01-05
Don't automatically compress when response has etag
Loïc Hoguin
2019-12-31
Ignore malformed accept-encoding headers in cowboy_compress_h
Marcos Ferreira
2019-10-04
Make cowboy_compress_h add vary: accept-encoding
Loïc Hoguin
2018-11-22
Fix compress buffering tests before OTP 20.1
Loïc Hoguin
2018-11-20
Increase a few more timeouts to reduce intermittent failures
Loïc Hoguin
2018-11-19
Use ?FUNCTION_NAME instead of ct_helper:name()
Loïc Hoguin
2018-11-15
Add the set_options stream handler command
Loïc Hoguin
2018-11-15
Add a compress_buffering option to cowboy_compress_h
Loïc Hoguin
2018-11-13
Remove two unnecessary debug calls
Loïc Hoguin
2018-11-09
Add sendfile support to cowboy_req:stream_body
Loïc Hoguin
2017-11-29
Add nowarn_export_all to all test suites
Loïc Hoguin
2017-05-23
Fix a harmless warning in tests
Loïc Hoguin
2017-01-22
Add experimental cowboy_compress_h stream handler
Loïc Hoguin