]> granicus.if.org Git - curl/commit
pop3: Fixed blocking SSL connect when connecting via POP3S
authorSteve Holme <steve_holme@hotmail.com>
Thu, 14 Feb 2013 18:20:52 +0000 (18:20 +0000)
committerSteve Holme <steve_holme@hotmail.com>
Thu, 14 Feb 2013 18:20:52 +0000 (18:20 +0000)
commit92a537a2bb05e719eec1db49d6822a07a0da7f08
tree48c74677ec8fd296fb55c014653ebc65ea9bd2c3
parent7ed689d24a4e32cc2536e1863b34fd6d58b0d00e
pop3: Fixed blocking SSL connect when connecting via POP3S

A call to Curl_ssl_connect() was accidentally left in when the SSL/TLS
connection layer was reworked in 7.29. Not only would this cause the
connection to block but had the additional overhead of calling the
non-blocking connect a little bit later.
lib/pop3.c