[LON-CAPA-cvs] cvs: loncom / LWPReq.pm
raeburn
raeburn at source.lon-capa.org
Sat Dec 22 12:52:40 EST 2018
raeburn Sat Dec 22 17:52:40 2018 EDT
Modified files:
/loncom LWPReq.pm
Log:
- Unset debugging for IO::Socket::SSL (if set) on completion of request.
Index: loncom/LWPReq.pm
diff -u loncom/LWPReq.pm:1.4 loncom/LWPReq.pm:1.5
--- loncom/LWPReq.pm:1.4 Thu Sep 20 18:43:24 2018
+++ loncom/LWPReq.pm Sat Dec 22 17:52:39 2018
@@ -2,7 +2,7 @@
# LON-CAPA wrapper for LWP UserAgent to accommodate certification
# verification for SSL.
#
-# $Id: LWPReq.pm,v 1.4 2018/09/20 18:43:24 raeburn Exp $
+# $Id: LWPReq.pm,v 1.5 2018/12/22 17:52:39 raeburn Exp $
#
# The LearningOnline Network with CAPA
#
@@ -204,6 +204,9 @@
}
}
}
+ if ($debug) {
+ $IO::Socket::SSL::DEBUG=0;
+ }
if ($dns_set) {
$dns_set = &unsetdns();
}
More information about the LON-CAPA-cvs
mailing list