mirror of
https://github.com/jetty/jetty.project.git
synced 2025-02-15 11:04:49 +00:00
This case may happen when the client sends content and signal the end of the content by closing the connection. The parser will be in a middle state, waiting for more content, and needs to read the connection close, otherwise it may erroneously think that the exchange has failed.