Closed sirthias closed 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.
Available with the current spray-can 1.0 (milestone) in the spray repository.
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.