cURL / Mailing Lists / curl-library / Single Mail

curl-library

RE: HTTP/2 multiplexing

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Thu, 30 Apr 2015 13:18:26 +0200 (CEST)

On Thu, 30 Apr 2015, Yehezkel Horowitz wrote:

>> I've started out this week working on HTTP/2 multiplexing for libcurl. My
>> idea is that when using the multi interface and adding easy handles, all
>> handles that identify the same "origin" (host + port + protocol combination
>> really) will use the same single connection and do "real" HTTP/2
>> multiplexing over it.
>
> Please take connection security into account (like the well-known issues we
> already have with NTLM in HTTP/1.1)

Ah yes, thanks. I'm sure that I'll get reasons to double-check the logic for
this a few times. Adding things like NTLM to the HTTP/2 mix is certainly going
to give me some interesting moments!

> For the current stage of dev. it is fine to ignore it, but it will wait to
> be handled before the release...

Roger that. And thanks for keeping me on my toes!

-- 
  / daniel.haxx.se
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette:  http://curl.haxx.se/mail/etiquette.html
Received on 2015-04-30