SMTP: Fixed error when using CURLOPT_CONNECT_ONLY
authorSteve Holme <steve_holme@hotmail.com>
Tue, 14 Feb 2012 14:21:21 +0000 (14:21 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 14 Feb 2012 18:12:28 +0000 (19:12 +0100)
commit69406f0be7ba15a14683ef98eba4b1fe7e7f14c8
tree5c807b377a76e5094473584fe3875186ff65022e
parentea4ceca2222aa5c49198d42678437a4f5ded6f3f
SMTP: Fixed error when using CURLOPT_CONNECT_ONLY

Fixed incorrect behavior in smtp_done() which would cause the end of
block data to be sent to the SMTP server if libcurl was operating in
connect only mode. This would cause the server to return an error as
data would not be expected which in turn caused libcurl to return
CURLE_RECV_ERROR.
lib/smtp.c