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
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
2017-12-06
Disable the CONNECT method completely
Loïc Hoguin
2017-11-29
Don't send chunked bodies when the method is HEAD
Loïc Hoguin
2017-11-29
Reject absolute URIs with no authority components
Loïc Hoguin
2017-11-29
Reject absolute URIs with userinfo components in HTTP/1.1
Loïc Hoguin
2017-11-29
Reject whitespace before/after HTTP/1.1 header names properly
Loïc Hoguin
2017-11-22
Add more rfc7230 tests and better handle bad chunk sizes
Loïc Hoguin
2017-11-20
Add more rfc7230 tests and improve transfer-encoding
Loïc Hoguin
2017-11-20
Add a test for early errors that occur on the request-line
Loïc Hoguin
2017-11-20
Remove a useless todo
Loïc Hoguin
2017-11-20
Add more rfc7230 tests
Loïc Hoguin
2017-11-15
Add preliminary support for trailers in responses
Loïc Hoguin
2017-11-13
Fix packet being dropped when using switch_protocol
Loïc Hoguin
2017-11-01
Fix two edge cases for cowboy_req:stream_body
Loïc Hoguin
2017-10-31
Fix another warning
Loïc Hoguin
2017-10-31
Add informational responses to metrics
Loïc Hoguin
2017-10-25
Introduce cowboy_req:sock/1 and cowboy_req:cert/1
Loïc Hoguin
2017-10-22
Ensure stream terminate is called when switching protocols
Loïc Hoguin
2017-10-21
Fix sending of final chunk in HTTP/1.1
Loïc Hoguin
2017-10-21
Fix stream handler state being discarded on terminate
Loïc Hoguin
2017-10-20
Fix HTTP/1.1 stopping streams too early
Loïc Hoguin
2017-09-27
Ensure the behavior on stream handler crash is consistent
Loïc Hoguin
2017-09-25
Cleanup various comments
Loïc Hoguin
2017-09-25
Move body length count to cowboy_stream_h instead of protocols
Loïc Hoguin
2017-09-21
Centralize stream handler error reporting in cowboy_stream
Loïc Hoguin
2017-09-14
Improve how we detect request errors
Loïc Hoguin
2017-08-08
Implement the shutdown timeout for request processes
Loïc Hoguin
2017-06-02
Fix terminate not being called on connection close in HTTP/1.1
Loïc Hoguin
2017-05-05
Properly handle 101 upgrade responses for Websocket
Loïc Hoguin
2017-05-05
Add inactivity_timeout and other options improvements
Loïc Hoguin
2017-05-03
Kill all children processes when terminating the connection
Loïc Hoguin
2017-05-03
Add the idle_timeout HTTP/1.1 protocol option
Loïc Hoguin
[next]