mirror of
https://github.com/jetty/jetty.project.git
synced 2025-03-04 04:49:12 +00:00
content hangs. Fixed HttpGenerator to stay in the EOF_CONTENT mode if such case is detected (while before it was moving to NO_CONTENT mode). By staying in EOF_CONTENT mode the generator is made non-persistent and eventually the connection is closed, signaling the end-of-content to the client.