[issue36274] http.client cannot send non-ASCII request lines

Jason R. Coombs report at bugs.python.org
Sat Sep 14 16:43:36 EDT 2019


Jason R. Coombs <jaraco at jaraco.com> added the comment:

As I considered a patch for this, I realized there are actually two issues, the one in the title "http.client cannot send non-ASCII request lines" but also "the protection for invalid requests prevents usage to generate invalid requests". The former issue was new with Python 3 while the latter was introduced with issue30458. I can't decide if we should handle these two issues separately, or address them together in this ticket.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue36274>
_______________________________________


More information about the Python-bugs-list mailing list