Re: HTTP/2 Upgrade with content?

> On Mar 13, 2015, at 2:44 AM, Daniel Stenberg <daniel@haxx.se> wrote:
> 
> $ curl --http2 -d lotsofdata [URL]
> 
> which will make a POST with an Upgrade: h2c header and Expect: 100-continue.

Why not attempt a PRI with the explicit http2 option?

Received on Friday, 13 March 2015 13:09:54 UTC