mirror of
https://github.com/jetty/jetty.project.git
synced 2025-02-20 21:58:33 +00:00
Updated HttpParse to always return from parseNext when messageComplete is called. This allows it to notice reentrant state changes and removes the need for HttpReceiverOverHTTP.methodComplete to return true, thus avoiding the race.