On Thu, Apr 30, 2015 at 5:41 PM, Daniel Stenberg <[email protected]> wrote:

> HTTP/2 over plain text is annoying with the Upgrade: and wasted RTT, it is
> much easier and simpler over HTTPS and ALPN.


Do you suggest starting off with HTTPS first then? It seems like most
client/browsers only plan to support HTTPS.

You should probably consider to make a translation layer from HTTP/2
> headers to HTTP/1 and back, so that all the header parsing and request
> generation etc can remain pretty much as-is. That's what we do in curl and
> that's how Firefox does it internally.


Great point, I'll start looking into this, thanks for all the advice! I'll
make sure to have a look at how things are implemented in curl to get an
idea.

Best,
Miquel

Reply via email to