SVN: r25240 - trunk/quixote/server
Neil Schemenauer <nascheme-fVcApmY9cLvQ3/1i3zOLAti2O/[email protected]> Thu, 30 Sep 2004 15:10:03 -0400
| Newsgroups | gmane.comp.web.quixote.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: nascheme
Date: 2004-09-30 15:08:53 -0400 (Thu, 30 Sep 2004)
New Revision: 25240
Modified:
trunk/quixote/server/medusa_http.py
Log:
Fix type (extra comma).
Modified: trunk/quixote/server/medusa_http.py
===================================================================
--- trunk/quixote/server/medusa_http.py 2004-09-30 19:05:13 UTC (rev 25239)
+++ trunk/quixote/server/medusa_http.py 2004-09-30 19:08:53 UTC (rev 25240)
@@ -64,7 +64,7 @@
path = request.uri
query_string = ''
- server_port = str(self.server.port),
+ server_port = str(self.server.port)
http_host = msg.get("Host")
if http_host:
if ":" in http_host: