]> git.ipfire.org Git - thirdparty/curl.git/commit
http: accept "Transfer-Encoding: chunked" for HTTP/2 as well
authorDaniel Stenberg <daniel@haxx.se>
Thu, 15 Sep 2016 12:01:06 +0000 (14:01 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 16 Sep 2016 07:00:20 +0000 (09:00 +0200)
commitd4c5a917226ad6d5bee1b1d6deb099e1d9a895e6
tree40a755ed64dcfaa8453e81d9b6ea25f9768673e9
parentd93215621f029b5048117496afdbba1b49e953a1
http: accept "Transfer-Encoding: chunked" for HTTP/2 as well

... but don't send the actual header over the wire as it isn't accepted.
Chunked uploading is still triggered using this method.

Fixes #1013
Fixes #662
lib/http.c