jetty.project/jetty-spdy/spdy-jetty-http
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
..
src Fixed completeHeader() to just not attempt to detect the close state. 2012-06-04 19:28:45 +02:00
pom.xml [maven-release-plugin] prepare for next development iteration 2012-05-22 14:34:10 -05:00