mirror of
https://github.com/jetty/jetty.project.git
synced 2025-02-24 08:28:54 +00:00
Fixed destroy of HttpChannel for HTTP/1.1: not at release() because the connection and therefore the channel will be reused, but at close(), when we're sure the connection will not be reused. Signed-off-by: Simone Bordet <simone.bordet@gmail.com>