]> granicus.if.org Git - curl/commit
FTP: fix getsock during DO_MORE state
authorDaniel Stenberg <daniel@haxx.se>
Tue, 20 Aug 2013 20:45:47 +0000 (22:45 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 29 Aug 2013 21:09:31 +0000 (23:09 +0200)
commitc4a7ca038e26a57df952b4ea560f9b718a5ebd1d
tree158a29cc81bda796fc99be72913c9c49bc58299c
parent84f3b3dd448399f9548468676e1bd1475dba8de5
FTP: fix getsock during DO_MORE state

... when doing upload it would return the wrong values at times. This
commit attempts to cleanup the mess.

Bug: http://curl.haxx.se/mail/lib-2013-08/0109.html
Reported-by: Mike Mio
lib/ftp.c