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_stream_h.erl
Age
Commit message (
Expand
)
Author
2018-06-28
Introduce undocumented option logger
Loïc Hoguin
2018-06-27
Make sure cowboy_stream_h calls subsequent stream handlers
Loïc Hoguin
2018-06-27
Disable warnings for erlang:get_stacktrace/0 in OTP-21+
Loïc Hoguin
2018-05-18
Don't send transfer-encoding when streaming 204 responses
Loïc Hoguin
2018-04-04
Add initial implementation of Websocket over HTTP/2
Loïc Hoguin
2017-11-15
Add preliminary support for trailers in responses
Loïc Hoguin
2017-10-31
Add some todos
Loïc Hoguin
2017-10-30
Handle expect: 100-continue request headers
Loïc Hoguin
2017-10-29
Add cowboy_req:inform/2,3
Loïc Hoguin
2017-09-25
Move body length count to cowboy_stream_h instead of protocols
Loïc Hoguin
2017-09-14
Fix propagating the stacktrace on errors for OTP 19
Loïc Hoguin
2017-09-14
Rework the proc_lib_hack
Loïc Hoguin
2017-09-14
Improve how we detect request errors
Loïc Hoguin
2017-07-12
Catch more 400 errors
Loïc Hoguin
2017-05-05
Add inactivity_timeout and other options improvements
Loïc Hoguin
2017-03-27
Add the early_error cowboy_stream callback
Loïc Hoguin
2017-02-19
Remove another useless todo
Loïc Hoguin
2017-02-05
Remove or fix a small number of todo comments
Loïc Hoguin
2017-01-20
Fix error responses not including a content-length
Loïc Hoguin
2017-01-16
Add support for multiple stream handlers
Loïc Hoguin
2017-01-02
Welcome to 2017
Loïc Hoguin
2017-01-02
Numerous Dialyzer fixes
Loïc Hoguin
2016-08-10
Let the stream handler take care of crash handling and logging
Loïc Hoguin
2016-08-10
Make reply functions return Req
Loïc Hoguin
2016-08-10
Add a lot of todos
Loïc Hoguin
2016-08-10
Add tests for responses and request body reading
Loïc Hoguin
2016-06-06
Report request process crashes
Loïc Hoguin
2016-03-05
Initial commit with connection/streams
Loïc Hoguin