]> git.ipfire.org Git - thirdparty/curl.git/commit
smtp: Fixed intermittent "SSL3_WRITE_PENDING: bad write retry" error
authorBill Nagel <wnagel@tycoint.com>
Fri, 26 Sep 2014 18:55:01 +0000 (18:55 +0000)
committerSteve Holme <steve_holme@hotmail.com>
Tue, 30 Sep 2014 20:36:27 +0000 (21:36 +0100)
commitee0958cb4d930cb4cdb167ea401699cbb9229afa
tree51fdcf94764d971202b2dbc39d69ec6f8ddca578
parent0e1590b3dd5107b7a3f65c19f9d84c4681975461
smtp: Fixed intermittent "SSL3_WRITE_PENDING: bad write retry" error

This patch fixes the "SSL3_WRITE_PENDING: bad write retry" error that
sometimes occurs when sending an email over SMTPS with OpenSSL. OpenSSL
appears to require the same pointer on a write that follows a retry
(CURLE_AGAIN) as discussed here:

http://stackoverflow.com/questions/2997218/why-am-i-getting-error1409f07fssl-routinesssl3-write-pending-bad-write-retr
lib/smtp.c