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 eric.araujo
Recipients eric.araujo, openalmeida
Date 2022-01-07.19:30:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1641583840.79.0.401450977554.issue46285@roundup.psfhosted.org>
In-reply-to
Content
Hello and thanks for the report!

Could you tell more about what you’re trying to achieve?


Some notes:

You are not meant to change the code of provided modules, but to instantiate classes with the right parameters, or subclass in your own code to change how some methods work.

Supporting HTTP 1/1 is not just changing the protocol string, but also about supporting the actual behaviours defined in the 1.1 spec!

If the module has a parameter for version and it doesn’t work, then you can report a bug.  If there is no such parameter, you can open a feature request to ask for HTTP 1.1 support.
History
Date User Action Args
2022-01-07 19:30:40eric.araujosetrecipients: + eric.araujo, openalmeida
2022-01-07 19:30:40eric.araujosetmessageid: <1641583840.79.0.401450977554.issue46285@roundup.psfhosted.org>
2022-01-07 19:30:40eric.araujolinkissue46285 messages
2022-01-07 19:30:40eric.araujocreate