##// END OF EJS Templates
sslutil: remove redundant check of sslsocket.cipher()...
sslutil: remove redundant check of sslsocket.cipher() We are doing this check in both wrapsocket() and validatesocket(). The check was added to the validator in 4bb59919c905 and the commit message justifies the redundancy with a "might." The check in wrapsocket() was added in 0cc4ad757c77, which appears to be part of the same series. I'm going to argue the redundancy isn't needed. I choose to keep the check in wrapsocket() because it is working around a bug in Python's wrap_socket() and I feel the check for the bug should live next to the function call exhibiting the bug.
Gregory Szorc -
r29228:9b07017b default
Show More
Name Size Modified Last Commit Author
/ mercurial / default.d
mergetools.rc Loading ...