[Inteproxy-commits] r174 - in trunk: . inteproxy

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Tue Nov 25 21:55:19 CET 2008


Author: bh
Date: 2008-11-25 21:55:19 +0100 (Tue, 25 Nov 2008)
New Revision: 174

Modified:
   trunk/ChangeLog
   trunk/inteproxy/proxycore.py
Log:
* inteproxy/proxycore.py
(InteProxyHTTPRequestHandler.open_http_connection): Fix doc-string


Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2008-11-25 20:42:14 UTC (rev 173)
+++ trunk/ChangeLog	2008-11-25 20:55:19 UTC (rev 174)
@@ -1,6 +1,11 @@
 2008-11-25  Bernhard Herzog  <bh at intevation.de>
 
 	* inteproxy/proxycore.py
+	(InteProxyHTTPRequestHandler.open_http_connection): Fix doc-string
+
+2008-11-25  Bernhard Herzog  <bh at intevation.de>
+
+	* inteproxy/proxycore.py
 	(InteProxyHTTPRequestHandler.open_http_connection): Add a
 	Proxy-Authorization header if the proxy descripion has a username
 	and password.

Modified: trunk/inteproxy/proxycore.py
===================================================================
--- trunk/inteproxy/proxycore.py	2008-11-25 20:42:14 UTC (rev 173)
+++ trunk/inteproxy/proxycore.py	2008-11-25 20:55:19 UTC (rev 174)
@@ -111,7 +111,8 @@
         """Open a HTTP connection to remote_url and send client_request
 
         This method handles both http and https URLs as well as proxies
-        for both.  The return value is the httplib response object.
+        for both.  The return value is a HTTPResponseMessage object
+        containing the remote server's or proxy's response.
         """
         scheme, netloc, path, query, fragment = urlparse.urlsplit(remote_url)
         # the URI used in the request.  Usually, it's like remote_url



More information about the Inteproxy-commits mailing list