jetty.project
jetty.project copied to clipboard
Fix flaky `testUploadWithPendingReadConcurrentServerCloseClosesStream()`
Fixes #11692
@sbordet I've submitted an alternate fix for the flakyness of that test that requires a delicate change in HTTP2Connection to guarantee a pending demand is serviced even if the connector gets stopped.