Hi Simone;

We are using a special protocol between our load balancer and our jetty
based http agent. And the http agent needs to send a special message to the
LB before the 101 is sent to it.

We just want to support clients that may use the upgrade mechanism.

regards;
/Pierre





On Sun, Sep 6, 2015 at 10:32 PM, Simone Bordet <[email protected]> wrote:

> Hi,
>
> On Fri, Sep 4, 2015 at 9:42 AM, Pierre De Rop <[email protected]>
> wrote:
> > Hello everyone,
> >
> > We are using in our product an http load balancer which dispatches http
> > messages to remote http agents that are internally using Jetty 9.3.0. So
> we
> > have developed a specific Jetty Connector that extends
> > org.eclipse.jetty.server.AbstractConnector and allows to connect our
> Jetty
> > based http agent instances to the load balancer.
> >
> > Now, in the context of HTTP2, we are facing the following issue:
> >
> > - When an HTTP2 client sends an initial request using basic HTTP/1.1 with
> > some upgrade headers ("Connection: Upgrade, HTTP2-Settings", "Upgrade:
> h2c"
> > etc ...), then Jetty (that is running in remote http agents) is first
> > responding with a "101 Switching Protocol" in order to start
> communicating
> > over the new HTTP2 protocol.
> >
> > - So, for technical reasons, when a Jetty Container is about to send the
> 101
> > switching protocol, we need to be informed about the 101 message
> *before* it
> > is actually  sent to the load balancer.
>
> Can you expand on why you need this ?
> What are you going to do if you could be informed of the 101s ?
>
> Why your clients even use the upgrade mechanism ?
>
> --
> Simone Bordet
> ----
> http://cometd.org
> http://webtide.com
> Developer advice, training, services and support
> from the Jetty & CometD experts.
> _______________________________________________
> jetty-users mailing list
> [email protected]
> To change your delivery options, retrieve your password, or unsubscribe
> from this list, visit
> https://dev.eclipse.org/mailman/listinfo/jetty-users
>
_______________________________________________
jetty-users mailing list
[email protected]
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://dev.eclipse.org/mailman/listinfo/jetty-users

Reply via email to