aboutsummaryrefslogtreecommitdiffstats
path: root/src/cowboy_stream_h.erl
AgeCommit message (Expand)Author
2018-05-18Don't send transfer-encoding when streaming 204 responsesLoïc Hoguin
2018-04-04Add initial implementation of Websocket over HTTP/2Loïc Hoguin
2017-11-15Add preliminary support for trailers in responsesLoïc Hoguin
2017-10-31Add some todosLoïc Hoguin
2017-10-30Handle expect: 100-continue request headersLoïc Hoguin
2017-10-29Add cowboy_req:inform/2,3Loïc Hoguin
2017-09-25Move body length count to cowboy_stream_h instead of protocolsLoïc Hoguin
2017-09-14Fix propagating the stacktrace on errors for OTP 19Loïc Hoguin
2017-09-14Rework the proc_lib_hackLoïc Hoguin
2017-09-14Improve how we detect request errorsLoïc Hoguin
2017-07-12Catch more 400 errorsLoïc Hoguin
2017-05-05Add inactivity_timeout and other options improvementsLoïc Hoguin
2017-03-27Add the early_error cowboy_stream callbackLoïc Hoguin
2017-02-19Remove another useless todoLoïc Hoguin
2017-02-05Remove or fix a small number of todo commentsLoïc Hoguin
2017-01-20Fix error responses not including a content-lengthLoïc Hoguin
2017-01-16Add support for multiple stream handlersLoïc Hoguin
2017-01-02Welcome to 2017Loïc Hoguin
2017-01-02Numerous Dialyzer fixesLoïc Hoguin
2016-08-10Let the stream handler take care of crash handling and loggingLoïc Hoguin
2016-08-10Make reply functions return ReqLoïc Hoguin
2016-08-10Add a lot of todosLoïc Hoguin
2016-08-10Add tests for responses and request body readingLoïc Hoguin
2016-06-06Report request process crashesLoïc Hoguin
2016-03-05Initial commit with connection/streamsLoïc Hoguin