mirror of
https://github.com/jetty/jetty.project.git
synced 2025-02-22 23:25:50 +00:00
Fixed by recycling only channels that have completed normally by having read the request content and responded. Channels that don't read the request content won't be recycled, thus avoiding the NPE.