progress: callback for POSTs less than MAX_INITIAL_POST_SIZE
authorJulien Chaffraix <julien.chaffraix@gmail.com>
Mon, 16 Aug 2010 20:54:19 +0000 (22:54 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 16 Aug 2010 20:56:43 +0000 (22:56 +0200)
commit6b490ed33c3ffc4ac96719df7f8c5df46476579a
tree9cd0751ba8359060ecd056fb443192fc2bccb1da
parent4d703ee1005cfc4cc1ff2b8dbbf4469de63d240f
progress: callback for POSTs less than MAX_INITIAL_POST_SIZE

Add a call to Curl_pgrsSetUploadSize in this case valided by a test
case.

Reported by: Никита Дорохин.
Bug: http://curl.haxx.se/mail/lib-2010-04/0173.html
lib/http.c
tests/data/Makefile.am
tests/data/test578 [new file with mode: 0644]
tests/libtest/Makefile.inc
tests/libtest/lib578.c [new file with mode: 0644]