On Wed, 12 Oct 2022 at 05:13, Simone Bordet <sbor...@webtide.com> wrote:

> For other protocols such as HTTP/2 or HTTP/3, adding the `Connection:
> close` header will have no effect.
>

Thinking out loud here...

Whilst there is no requirement to close a HTTP/2 or HTTP/3 connection when
a "Connection: close" header is seen, I wonder if we could perhaps use that
as a hint to shutdown the connection (well reduce the number of streams to
0 and let other streams complete and then close).     This would be useful
in graceful shutdown scenarios... but perhaps the header is the wrong way
to signal that?

-- 
Greg Wilkins <gr...@webtide.com> CTO http://webtide.com
_______________________________________________
jetty-users mailing list
jetty-users@eclipse.org
To unsubscribe from this list, visit 
https://www.eclipse.org/mailman/listinfo/jetty-users

Reply via email to