mirror of
https://github.com/jetty/jetty.project.git
synced 2025-02-20 21:58:33 +00:00
Introduced onRequestTimeout() to deprecate closeConnection() since the method was wrongly named. Now onRequestTimeout() performs a sendError(503) to signal that the request timed out, rather than responding with 200 OK. Cleaned up tests.