mirror of
https://github.com/jetty/jetty.project.git
synced 2025-02-22 15:15:48 +00:00
Fixed by calling tryFillInterested() rather than fillInterested() to cope with the race between reads scheduling read interest and setWriteListener() that also executes code in HttpChannelState.unhandle() that wants to schedule read interest.