cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: [PATCH] http2: Deal with HTTP/2 data inside response header buffer

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Thu, 13 Nov 2014 15:40:03 +0100 (CET)

On Thu, 13 Nov 2014, Tatsuhiro Tsujikawa wrote:

> Previously if HTTP/2 traffic is appended to HTTP Upgrade response header
> (thus they are in the same buffer), the trailing HTTP/2 traffic is not
> processed and lost. The appended data is most likely SETTINGS frame. If it
> is lost, nghttp2 library complains server does not obey the HTTP/2 protocol
> and issues GOAWAY frame and curl eventually drops connection. This patch
> fixes this problem and now trailing data is processed.

Thanks, pushed!

-- 
  / 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-13