cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: Inclusion of Connection-Specific Headers in h2c

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Sat, 15 Nov 2014 21:10:39 +0100 (CET)

On Sat, 15 Nov 2014, Tatsuhiro Tsujikawa wrote:

> ​As far as I know, libcurl HTTP/2 code does not handle concurrent request
> handling yet.

That's correct. If you set up two simultaneous transfers to the same host
using HTTP2, they will simly use one connection each for now. Adding support
for proper multiplexing is still only in the TODO.

> So appearing more than 1 concurrent requests ​in same HTTP/2 connection is
> unexpected, but you see this happening.

Obviously a bug somewhere...

> I'm totally new to curl multi interface, so could you send me your code (or
> something stripped version to delete confidential parts, but enough to make
> reproduce this issue)?

Yes, that'd be great!

-- 
  / daniel.haxx.se

-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2014-11-15