jetty.project/jetty-http
Simone Bordet 8eb6649709 412712 - HttpClient does not send the terminal chunk after partial writes.
HttpGenerator._header and HttpGenerator._buffer may be null when
the content is written after a partial write.
In this case, the terminal chunk was not prepared, and therefore never
written.

The fix simply creates a HttpGenerator._header to prepare the terminal
chunk, so that it will be written.
2013-07-10 22:57:48 +02:00
..
src 412712 - HttpClient does not send the terminal chunk after partial writes. 2013-07-10 22:57:48 +02:00
pom.xml Merge branch 'release-7' into jetty-7 2013-05-22 10:39:24 -05:00