]> granicus.if.org Git - python/commit
SF Patch #103232 by dougfort: Preserve Nonstandard Port Number in Host
authorGuido van Rossum <guido@python.org>
Sun, 14 Jan 2001 21:03:01 +0000 (21:03 +0000)
committerGuido van Rossum <guido@python.org>
Sun, 14 Jan 2001 21:03:01 +0000 (21:03 +0000)
commitf6922aa43536610bd54f5ef7af7f614dcf92bc04
tree292711e4ac70433dae9818300e3efd74e69b37c8
parent470ea5ab9493993b0e65842db2aa412ed9807e37
SF Patch #103232 by dougfort: Preserve Nonstandard Port Number in Host
Header

Dougfort's comments: httplib does not include ':port ' in the HTTP 1.1
'Host:' header.  This causes problems if the server is not listening
on Port 80.  The test case I use is the login to /manage under Zope,
with Zope listening on port 8080. Zope returns a <frameset> with the
<frame> source URLs lacking the :8080.
Lib/httplib.py