0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-14 12:20:24 +00:00
cowboy/doc/src
Loïc Hoguin 49af57d546
Implement backpressure on cowboy_req:stream_body
This should limit the amount of memory that Cowboy is using
when a handler is sending data much faster than the network.

The new max_stream_buffer_size is a soft limit and only has
an effect when the cowboy_stream_h handler is used.
2019-09-14 18:21:05 +02:00
..
guide Minor grammar correction 2019-09-05 17:15:13 +02:00
manual Implement backpressure on cowboy_req:stream_body 2019-09-14 18:21:05 +02:00
specs Add rfc7230 test suite and update others to recent Gun 2015-05-05 19:59:37 +03:00