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

Extend request timeout checking also to response chunks #10

Open sirthias opened 12 years ago

sirthias commented 12 years ago

Currently the HttpServer only watches for timeouts for the initial part of a response, i.e. once a chunked response is started the following response chunkes can be separated by "infinitely" long time periods, without triggering a timeout...