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
/
src
/
cowboy_http.erl
Age
Commit message (
Expand
)
Author
2020-11-27
Graceful shutdown
Viktor Söderqvist
2020-05-20
204 and 304 responses must not include a body
Loïc Hoguin
2020-05-20
Increase the default max_keepalive HTTP option to 1000
Loïc Hoguin
2020-04-04
Fix active mode and flow control during pipelining
Loïc Hoguin
2020-02-07
Fix HTTP/1.1 bug when a flow command is returned after fin
Loïc Hoguin
2020-01-17
Fix bugs related to HTTP/1.1 pipelining
Loïc Hoguin
2020-01-06
Use active,N
Loïc Hoguin
2019-12-31
No longer use erlang:get_stacktrace/0
Loïc Hoguin
2019-10-10
Fix a number of low hanging todos
Loïc Hoguin
2019-10-09
Implement flow control for HTTP/1.1
Loïc Hoguin
2019-10-07
Document cowboy_tracer_h
Loïc Hoguin
2019-10-07
Document cowboy_metrics_h
Loïc Hoguin
2019-10-05
Don't discard data following a Websocket upgrade request
Loïc Hoguin
2019-10-03
Make stream_error early_error reasons consistent
Loïc Hoguin
2019-10-02
Fix another Dialyzer warning
Loïc Hoguin
2019-10-02
Make sure cowboy_http doesn't receive stray timeout messages
Loïc Hoguin
2019-10-02
Add more HTTP/1.1 header parsing tests
Loïc Hoguin
2019-09-16
Fix closing of connection on response_body_too_small
Loïc Hoguin
2019-07-16
Make Cowboy compatible with upcoming Ranch 2.0
juhlig
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-15
Add a compress_buffering option to cowboy_compress_h
Loïc Hoguin
2018-11-14
Don't send the content-length header in empty 304 responses
Loïc Hoguin
2018-11-14
Allow disabling keep-alive for HTTP/1.0 connections
Loïc Hoguin
2018-11-09
Add sendfile support to cowboy_req:stream_body
Loïc Hoguin
2018-11-03
Add an option to disable sendfile for a listener
Loïc Hoguin
2018-10-31
Add compress_threshold protocol option
Steve Domin
2018-10-31
Make sure we don't send error_responses on the wrong stream
Loïc Hoguin
2018-10-31
Improve a few types, including cowboy_req:req()
Loïc Hoguin
2018-10-30
Initial support for the PROXY protocol header
Loïc Hoguin
2018-10-28
Exit gracefully on parent exit/sys:terminate/2,3
Loïc Hoguin
2018-09-12
Do not send a 101 after a final response in switch_protocol
Loïc Hoguin
2018-06-28
Introduce undocumented option logger
Loïc Hoguin
2018-06-27
Disable warnings for erlang:get_stacktrace/0 in OTP-21+
Loïc Hoguin
2018-06-25
Add streaming without chunking for HTTP/1.1
Eric Meadows-Jönsson
2018-05-18
Remove the trailer header from HTTP/1.1 response if no TE
Loïc Hoguin
2018-05-18
Don't send transfer-encoding when streaming 204 responses
Loïc Hoguin
2018-05-18
Do not process HTTP/1.1 requests coming in after the last
Loïc Hoguin
2018-05-18
Add more validation of absolute-form request targets
Loïc Hoguin
2018-05-16
Add option linger_timeout to cowboy_http
Loïc Hoguin
2018-05-16
Wrap the sendfile call in a try/catch for HTTP
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-03-13
Handle system messages in cowboy_websocket
Loïc Hoguin
2018-03-13
Handle supervisor calls properly everywhere
Loïc Hoguin
2017-12-13
Fix Dialyzer warnings
Loïc Hoguin
2017-12-12
Fix HTTP/1.1 pipelining
Loïc Hoguin
2017-12-07
Add more rfc7231 tests and a new max_skip_body_length option
Loïc Hoguin
2017-12-06
Fix 408 not sending connection: close for HTTP/1.1
Loïc Hoguin
2017-12-06
Also disable the TRACE method entirely
Loïc Hoguin
[next]