apmatthews added the comment:
ping :)
--
___
Python tracker
<https://bugs.python.org/issue38330>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by apmatthews :
--
keywords: +patch
pull_requests: +16090
stage: -> patch review
pull_request: https://github.com/python/cpython/pull/16501
___
Python tracker
<https://bugs.python.org/issu
New submission from apmatthews :
RFC 7230 3.3.2 states "A sender MUST NOT send a Content-Length header field in
any message that contains a Transfer-Encoding header field."
When trying to perform a chunked request:
import httplib
http = httplib.HTTPSConnection('google.com