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 sicarius
Recipients eric.smith, sicarius
Date 2020-11-23.06:54:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1606114475.56.0.828935265242.issue42432@roundup.psfhosted.org>
In-reply-to
Content
Hi,

Here I'm using requests to show the behavior because it relies on python's http lib, and it is faster/simplier to use. The Exception "BadStatusLine" is a part or the http/client.py library.

As per the RFC2616 section 6.1 https://tools.ietf.org/html/rfc2616#section-6.1, there's nothing specifying that the HTTP verb must be uppercase, I think it's more a matter of "common sense". I might have missed something though!
History
Date User Action Args
2020-11-23 06:54:35sicariussetrecipients: + sicarius, eric.smith
2020-11-23 06:54:35sicariussetmessageid: <1606114475.56.0.828935265242.issue42432@roundup.psfhosted.org>
2020-11-23 06:54:35sicariuslinkissue42432 messages
2020-11-23 06:54:35sicariuscreate