zaphoyd / websocketpp

C++ websocket client/server library
http://www.zaphoyd.com/websocketpp
Other
6.86k stars 1.94k forks source link

Streaming HTTP handler #433

Open zaphoyd opened 9 years ago

zaphoyd commented 9 years ago

While the non-blocking HTTP handler (#425) introduced in 0.6.0 addresses a number of the usability and performance issues with the HTTP handler, it does not address the case of needing to fully buffer HTTP responses before sending. In addition, reverse proxy functionality would also require this ability.

This issue will track an API feature that would allow streaming HTTP responses.

zlpinson commented 1 year ago

how to understand “This issue will track an API feature that would allow streaming HTTP responses.”?