Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-dev] Clarification on synchronous and asynchronous request model for Jetty

Hi,

On Tue, May 16, 2017 at 12:43 AM, Neha Munjal <neha.munjal3@xxxxxxxxx> wrote:
> Thanks Simone. This means that we should upgrade to Jetty v 9.4.x in order
> to leverage many efficient features.
>
> Additionally, another thing that I would like to clarify with 9.3.x is
> regarding proxy usage.
> We create a high level HTTPClient that uses the HttpClientTransportOverHTTP2
> and makes use of the lower level Http2Client to execute HTTP/2 requests.
> Now, we set the proxy configuration on the high level HTTP Client object.
>
> 1. Is it OK to set a HTTP/1 forward proxy server to act as a tunnel for
> HTTP/2 requests?

No.

CONNECT implementation for HTTP/2 is particularly complex and has not
been implemented yet, see
https://github.com/eclipse/jetty.project/issues/250.

-- 
Simone Bordet
----
http://cometd.org
http://webtide.com
Developer advice, training, services and support
from the Jetty & CometD experts.


Back to the top