aboutsummaryrefslogtreecommitdiffstats
path: root/src/cowboy_http.erl
AgeCommit message (Expand)Author
6 daysMake dynamic_buffer start at 128 and change less abruptlyimprove-dynamic_bufferLoïc Hoguin
2025-02-17Remove copyright years from all files except LICENSELoïc Hoguin
2025-02-10Provide better control over which HTTP protocols are enabledLoïc Hoguin
2025-02-07Use maps:fold for cowboy_http's set_options for code clarityLoïc Hoguin
2025-02-07Add hibernate option to cowboy_http and cowboy_http2Loïc Hoguin
2025-02-06Fix unused variable warningLoïc Hoguin
2025-02-06Fix request_timeout triggering when a request was in the bufferLoïc Hoguin
2025-02-05HTTP/1: Ensure active mode is enabled for the next streamLoïc Hoguin
2025-02-05Implement dynamic socket buffer sizesLoïc Hoguin
2025-01-24Cancel timers asyncDavid Ansari
2025-01-24Add initial http_perf_SUITELoïc Hoguin
2024-03-26Initial HTTP/3 implementationhttp3Loïc Hoguin
2024-01-25Refresh copyright linesLoïc Hoguin
2024-01-15Fix wrong HTTP/1 timeout being used in some casesLoïc Hoguin
2024-01-08Ensure HTTP/1.1 Websocket resets the trap_exit flagLoïc Hoguin
2024-01-05Reject HTTP/1 requests with both content-length and transfer-encodingLoïc Hoguin
2023-12-21Optionally reset the idle timeout when sending dataRobert J. Macomber
2023-12-18Fix shutdown for HTTP/1.1 pipelineDmitri Vereshchagin
2023-12-15Reject invalid Connection headerBoris Pozdnyakov
2023-12-12Handle socket errors in HTTP/1.1 and HTTP/2Loïc Hoguin
2020-11-27Graceful shutdownViktor Söderqvist
2020-05-20204 and 304 responses must not include a bodyLoïc Hoguin
2020-05-20Increase the default max_keepalive HTTP option to 1000Loïc Hoguin
2020-04-04Fix active mode and flow control during pipeliningLoïc Hoguin
2020-02-07Fix HTTP/1.1 bug when a flow command is returned after finLoïc Hoguin
2020-01-17Fix bugs related to HTTP/1.1 pipeliningLoïc Hoguin
2020-01-06Use active,NLoïc Hoguin
2019-12-31No longer use erlang:get_stacktrace/0Loïc Hoguin
2019-10-10Fix a number of low hanging todosLoïc Hoguin
2019-10-09Implement flow control for HTTP/1.1Loïc Hoguin
2019-10-07Document cowboy_tracer_hLoïc Hoguin
2019-10-07Document cowboy_metrics_hLoïc Hoguin
2019-10-05Don't discard data following a Websocket upgrade requestLoïc Hoguin
2019-10-03Make stream_error early_error reasons consistentLoïc Hoguin
2019-10-02Fix another Dialyzer warningLoïc Hoguin
2019-10-02Make sure cowboy_http doesn't receive stray timeout messagesLoïc Hoguin
2019-10-02Add more HTTP/1.1 header parsing testsLoïc Hoguin
2019-09-16Fix closing of connection on response_body_too_smallLoïc Hoguin
2019-07-16Make Cowboy compatible with upcoming Ranch 2.0juhlig
2018-11-18Add the chunked option for HTTP/1.1Loïc Hoguin
2018-11-16Allow overriding cowboy_http's idle_timeout per requestLoïc Hoguin
2018-11-15Add a compress_buffering option to cowboy_compress_hLoïc Hoguin
2018-11-14Don't send the content-length header in empty 304 responsesLoïc Hoguin
2018-11-14Allow disabling keep-alive for HTTP/1.0 connectionsLoïc Hoguin
2018-11-09Add sendfile support to cowboy_req:stream_bodyLoïc Hoguin
2018-11-03Add an option to disable sendfile for a listenerLoïc Hoguin
2018-10-31Add compress_threshold protocol optionSteve Domin
2018-10-31Make sure we don't send error_responses on the wrong streamLoïc Hoguin
2018-10-31Improve a few types, including cowboy_req:req()Loïc Hoguin
2018-10-30Initial support for the PROXY protocol headerLoïc Hoguin