spray / spray-can

A low-overhead, high-performance, fully async HTTP 1.1 server and client library implemented entirely in Scala on top of Akka
http://spray.io
Apache License 2.0
153 stars 19 forks source link

Add configurable limit to pipeline length for HTTP pipelining #23

Closed sirthias closed 12 years ago

sirthias commented 12 years ago

The HttpServer should stop reading from the network socket if the maximum number of pending requests has been reached in a pipelined scenario, so as to apply some "back pressure" to the client when network buffers fill up.

sirthias commented 12 years ago

Available with the current spray-can 1.0 (milestone) in the spray repository.