jetty.project/jetty-io
Simone Bordet 2feafb9a97 402090 - httpsender PendingState cause uncertain data send to server.
WriteFlusher was storing consumed buffers that may have been reused,
and when the write was being completed those consumed buffer may have
contained new content that was being written too.

Fixed by compacting the buffers at the moment of creation of the
WriteFlusher.PendingState (and not at the moment of the completeWrite() like
it was in historically done, see 4e94601619).
2013-03-01 14:30:51 +01:00
..
src 402090 - httpsender PendingState cause uncertain data send to server. 2013-03-01 14:30:51 +01:00
pom.xml [maven-release-plugin] prepare for next development iteration 2013-02-26 09:20:45 -07:00