extras-buildsys/common SSLCommon.py,1.3,1.4

Daniel Williams (dcbw) fedora-extras-commits at redhat.com
Fri Jun 17 16:43:54 UTC 2005


Author: dcbw

Update of /cvs/fedora/extras-buildsys/common
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6070/common

Modified Files:
	SSLCommon.py 
Log Message:
2005-06-17  Dan Williams <dcbw at redhat.com>

    * common/SSLCommon.py
        - Trap some more SSLErrors




Index: SSLCommon.py
===================================================================
RCS file: /cvs/fedora/extras-buildsys/common/SSLCommon.py,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- SSLCommon.py	17 Jun 2005 03:10:28 -0000	1.3
+++ SSLCommon.py	17 Jun 2005 16:43:52 -0000	1.4
@@ -62,6 +62,10 @@
                 pass
             elif e.args[0] == "wrong version number":
                 pass
+            elif e.args[0] == "unexpected eof":
+                pass
+            elif e.args[0] == 54:   # Connection reset by peer
+                pass
             else:
                 self.handle_error(request, client_address)
 




More information about the fedora-extras-commits mailing list