[curl/curl] 455a63: http2: skip immediate parsing of payload following...

Peng-Yu Chen <[email protected]> Mon, 10 May 2021 23:04:21 -0700
Newsgroups gmane.comp.web.curl.cvs
Message-ID <curl/curl/push/refs/heads/master/[email protected]>
  Branch: refs/heads/master
  Home:   https://github.com/curl/curl
  Commit: 455a63c66f188598275e87d32de2c4e8e26b80cb
      https://github.com/curl/curl/commit/455a63c66f188598275e87d32de2c4e8e26b80cb
  Author: Peng-Yu Chen <[email protected]>
  Date:   2021-05-11 (Tue, 11 May 2021)

  Changed paths:
    M lib/http2.c

  Log Message:
  -----------
  http2: skip immediate parsing of payload following protocol switch

This is considered not harmful as a following http2_recv shall be
called very soon.

This is considered helpful in the specific situation where some
servers (e.g. nghttpx v1.43.0) may fulfill stream 1 immediately
following the return of HTTP status 101, other than waiting for
the client-side connection preface to arrive.

Fixes #7036
Closes #7040


_______________________________________________
curl-commits mailing list
[email protected]
https://cool.haxx.se/cgi-bin/mailman/listinfo/curl-commits