Print

Print


@jthiltges commented on this pull request.


In src/XrdTls/XrdTlsSocket.cc:

> @@ -178,7 +178,8 @@ XrdTls::RC XrdTlsSocket::Accept(std::string *eWhy)
 
 // An accept may require several tries, so we do that here.
 //
-do{if ((rc = SSL_accept( pImpl->ssl )) > 0)
+do{ERR_clear_error();

Removed, and I'd overlooked SSL_connect(). Thanks!


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.

[ { "@context": "http://schema.org", "@type": "EmailMessage", "potentialAction": { "@type": "ViewAction", "target": "https://github.com/xrootd/xrootd/pull/1464#discussion_r643181852", "url": "https://github.com/xrootd/xrootd/pull/1464#discussion_r643181852", "name": "View Pull Request" }, "description": "View this Pull Request on GitHub", "publisher": { "@type": "Organization", "name": "GitHub", "url": "https://github.com" } } ]

Use REPLY-ALL to reply to list

To unsubscribe from the XROOTD-DEV list, click the following link:
https://listserv.slac.stanford.edu/cgi-bin/wa?SUBED1=XROOTD-DEV&A=1