This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author lordsutch
Recipients
Date 2001-06-06.15:33:53
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
This patch provides HTTP/1.1 persistent 
connection support in BaseHTTPServer.py.  It is 
not enabled by default (for backwards 
compatibility) because Content-Length headers 
must be supplied for persistent connections to 
work correctly.
History
Date User Action Args
2007-08-23 15:05:57adminlinkissue430706 messages
2007-08-23 15:05:57admincreate