<div dir="ltr">"multiplexing" seems to be a good use case for upstream proxying. We don't have control how fast end users adopting HTTP/2, so we may still have tons of HTTP/1.x requests coming in, but we can certainly upgrade upstream servers that we control to support HTTP/2. If nginx upstream proxy module can also support HTTP/2, we will be able to take advantage of "multiplexing" the connection between nginx and upstream.<div><br></div><div>Thanks!</div><div>Frank</div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Dec 14, 2015 at 8:17 AM, Maxim Dounin <span dir="ltr"><<a href="mailto:mdounin@mdounin.ru" target="_blank">mdounin@mdounin.ru</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello!<br>
<br>
On Fri, Dec 11, 2015 at 10:03:15PM +0000, Nicholas Capo wrote:<br>
<br>
> Is HTTP/2 proxy support planned for the near future?<br>
<br>
Short answer:<br>
<br>
No, there are no plans.<br>
<br>
Long answer:<br>
<br>
There is almost no sense to implement it, as the main HTTP/2<br>
benefit is that it allows multiplexing many requests within a<br>
single connection, thus [almost] removing the limit on number of<br>
simalteneous requests - and there is no such limit when talking to<br>
your own backends.  Moreover, things may even become worse when<br>
using HTTP/2 to backends, due to single TCP connection being used<br>
instead of multiple ones.<br>
<br>
On the other hand, implementing HTTP/2 protocol and request<br>
multiplexing within a single connection in the upstream module<br>
will require major changes to the upstream module.<br>
<br>
Due to the above, there are no plans to implement HTTP/2 support<br>
in the upstream module, at least in the foreseeable future.  If<br>
you still think that talking to backends via HTTP/2 is something<br>
needed - feel free to provide patches.<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Maxim Dounin<br>
<a href="http://nginx.org/" rel="noreferrer" target="_blank">http://nginx.org/</a><br>
<br>
_______________________________________________<br>
nginx mailing list<br>
<a href="mailto:nginx@nginx.org">nginx@nginx.org</a><br>
<a href="http://mailman.nginx.org/mailman/listinfo/nginx" rel="noreferrer" target="_blank">http://mailman.nginx.org/mailman/listinfo/nginx</a><br>
</font></span></blockquote></div><br></div>