[issue3094] By default, HTTPSConnection should send header "Host: somehost" instead of "Host: somehost:443"

Gregory P. Smith report at bugs.python.org
Mon Jul 7 07:10:12 CEST 2008


Gregory P. Smith <greg at krypto.org> added the comment:

fixed in trunk r64771.

(and indeed the previous behavior was buggy in the extreemly rare event
that someone ran a https server on port 80 the :80 should have been
supplied).

----------
assignee:  -> gregory.p.smith
keywords: +easy
nosy: +gregory.p.smith
resolution:  -> accepted
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3094>
_______________________________________


More information about the Python-bugs-list mailing list