]> git.ipfire.org Git - thirdparty/curl.git/commit
CURLINFO_SIZE_UPLOAD: fix missing counter update
authorDaniel Stenberg <daniel@haxx.se>
Fri, 10 Aug 2018 11:57:50 +0000 (13:57 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 11 Aug 2018 12:00:59 +0000 (14:00 +0200)
commit2a278fd73573d025e6d5ebde8b10d446c27d6d3f
tree19059ae179e76a0ce86d45cf8c4a4194e7a33200
parent53d211bfd1b209f62ded7e67045d584804c2309d
CURLINFO_SIZE_UPLOAD: fix missing counter update

Adds test 1522 for verification.

Reported-by: cjmsoregan
Fixes #2847
Closes #2864
lib/http.c
tests/data/Makefile.inc
tests/data/test1522 [new file with mode: 0644]
tests/libtest/Makefile.inc
tests/libtest/lib1522.c [new file with mode: 0644]