bug-wget
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-wget] [GSoC 2015] Basic HTTP/2 support


From: Miquel Llobet
Subject: Re: [Bug-wget] [GSoC 2015] Basic HTTP/2 support
Date: Fri, 1 May 2015 02:31:00 +0200

On Thu, Apr 30, 2015 at 5:41 PM, Daniel Stenberg <address@hidden> 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

[Prev in Thread] Current Thread [Next in Thread]