]> git.ipfire.org Git - thirdparty/curl.git/commit
http2: support > 64bit sized uploads
authorDaniel Stenberg <daniel@haxx.se>
Tue, 6 Sep 2016 21:12:12 +0000 (23:12 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 9 Sep 2016 13:41:39 +0000 (15:41 +0200)
commit85033bcfccc826047bc4f847ecc0c21c2a9415fe
tree20a7b5214b697eaee2ecd45dc217380afefa5a6c
parentaf2d679e1414369f23a2d37a113634b0ac7f38b0
http2: support > 64bit sized uploads

... by making sure we don't count down the "upload left" counter when the
uploaded size is unknown and then it can be allowed to continue forever.

Fixes #996
lib/http2.c