Benjamin Peterson <benja...@python.org> added the comment:

The spec, https://tools.ietf.org/html/rfc7230#section-2.6, is quite clear that 
the HTTP version is case sensitive. In practice, not every client is lax. 
Firefox does a case-insensitive comparison, but libcurl requires uppercase. 
That makes me think we can safely stay strict.

----------
nosy: +benjamin.peterson
resolution:  -> not a bug
stage:  -> resolved
status: open -> closed

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue31704>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to