mirror of
https://github.com/jetty/jetty.project.git
synced 2025-02-23 16:05:00 +00:00
The connection upgrade check is necessary both after the parsing and after the handling. After the parsing covers HTTP/2 prior knowledge "PRI * HTTP/2" case; after the handling covers the WebSocket case. Signed-off-by: Simone Bordet <simone.bordet@gmail.com>