jetty / jetty.project

Eclipse Jetty® - Web Container & Clients - supports HTTP/2, HTTP/1.1, HTTP/1.0, websocket, servlets, and more
https://eclipse.dev/jetty
Other
3.86k stars 1.91k forks source link

Addendum to #12395. #12480

Closed sbordet closed 1 week ago

sbordet commented 1 week ago

Restored synchronous behavior for HttpConnection.close(). This allows to send a response for suspended requests while the server is being stopped. See also #12435.