]> granicus.if.org Git - curl/commit
smtp.c: Fixed an issue with writing postdata
authorSteve Holme <steve_holme@hotmail.com>
Mon, 20 Feb 2012 12:18:22 +0000 (12:18 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 21 Feb 2012 21:50:46 +0000 (22:50 +0100)
commit2f1ad7d6e2192e64ca6a5187ecf44a80b0425389
tree69f8565ca8c75b7afab587c6f68979359a207968
parent30c44edad3bb31341aa2992948e377848125f8b1
smtp.c: Fixed an issue with writing postdata

Fixed a problem in smtp_done() when writing out the postdata as
Curl_write() would periodically return zero bytes written.
lib/smtp.c