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

Reply via email to