jetty.project/spdy-jetty-http
Simone Bordet 17bb26f053 Better implementation for flow control.
Now DataInfo has an API for performing 2 distinct operations: reading and consuming.
The WINDOW_UPDATE message is sent only when the bytes are consumed and not
when the application callback returns (possibly without having neither read nor
consumed the bytes).
2012-02-28 23:41:46 +01:00
..
src Better implementation for flow control. 2012-02-28 23:41:46 +01:00
pom.xml Introduced default AsyncConnectionFactory in SPDYServerConnector, to fallback 2012-02-24 14:17:47 +01:00