jetty.project/jetty-spdy
Simone Bordet 3b0076fc6a Fixed completeHeader() to just not attempt to detect the close state.
This is needed because the buffer to write may be big, and while it's
the only buffer, it may take multiple writes to be written.
If it takes more than one write, we risk to mark the first frame as closed
and subsequent frames cannot be written.

Fixed flush() to loop until the whole content has been flushed.
2012-06-04 19:28:45 +02:00
..
spdy-core Improved exception logging. 2012-06-04 19:28:45 +02:00
spdy-jetty Cosmetics. 2012-06-03 18:30:06 +02:00
spdy-jetty-http Fixed completeHeader() to just not attempt to detect the close state. 2012-06-04 19:28:45 +02:00
spdy-jetty-http-webapp Added configuration to enable NPN debugging, but commented out. 2012-06-01 22:13:26 +02:00
pom.xml Updated to NPN API version 1.1.0, calling NextProtoNego.remove(), instead of using AtomicReferences to clear the SSLEngine references. 2012-05-26 22:31:02 +02:00