INFILESIZE: fields in UserDefined must not be changed run-time
authorDaniel Stenberg <daniel@haxx.se>
Tue, 15 Apr 2014 11:49:18 +0000 (13:49 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 26 Apr 2014 16:17:10 +0000 (18:17 +0200)
commitd5ec44ca4cca9bbe6c21a1d2a94b37cba77661ff
tree7d4f6429f80bacd0a314726572bdddbc265f7c72
parent9c941e92c4bd3d2a5dbe243f7517b6a6029afc6e
INFILESIZE: fields in UserDefined must not be changed run-time

set.infilesize in this case was modified in several places, which could
lead to repeated requests using the same handle to get unintendent/wrong
consequences based on what the previous request did!
13 files changed:
lib/curl_rtmp.c
lib/file.c
lib/ftp.c
lib/http.c
lib/imap.c
lib/multi.c
lib/rtsp.c
lib/smtp.c
lib/ssh.c
lib/tftp.c
lib/transfer.c
lib/url.c
lib/urldata.h