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 vstinner
Recipients berker.peksag, ezio.melotti, m.xhonneux, r.david.murray, rhettinger, vstinner, xiang.zhang
Date 2016-11-22.08:43:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAMpsgwYVzme0-siBSZAg+DCTpe7GakGjUZAV5mC0F8W72z8cVA@mail.gmail.com>
In-reply-to <1479803496.88.0.411993606581.issue27414@psf.upfronthosting.co.za>
Content
Ah, on IRC Xiang told me that send_header("Connection", 1) raises an
error. Right, *this* specific case raises an error. But I don't think
that it's worth to require text for HTTP header values.

If you consider that it's a shame, Python should handle this corner
case (sorry, what is use case for "Connection: 1" ? :-D), please open
a new issue.

If you consider that the doc the HTTP server must be more explicit on
the accepted types, please mention that integers are accepted for
values, not only text.
History
Date User Action Args
2016-11-22 08:43:07vstinnersetrecipients: + vstinner, rhettinger, ezio.melotti, r.david.murray, berker.peksag, xiang.zhang, m.xhonneux
2016-11-22 08:43:07vstinnerlinkissue27414 messages
2016-11-22 08:43:07vstinnercreate