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 andrei.avk
Recipients andrei.avk, grumblor
Date 2021-12-05.00:22:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1638663753.6.0.715451154342.issue43474@roundup.psfhosted.org>
In-reply-to
Content
It seems like sending zero headers is not supported, because:

- if using http/1.0
https://www.rfc-editor.org/rfc/rfc7230#section-6.1  -- Connection: close must be sent

- if using http/1.1 -- https://docs.python.org/3.11/library/http.server.html#http.server.BaseHTTPRequestHandler.protocol_version

Content-Length must be included.

Therefore closing as not a bug.
History
Date User Action Args
2021-12-05 00:22:33andrei.avksetrecipients: + andrei.avk, grumblor
2021-12-05 00:22:33andrei.avksetmessageid: <1638663753.6.0.715451154342.issue43474@roundup.psfhosted.org>
2021-12-05 00:22:33andrei.avklinkissue43474 messages
2021-12-05 00:22:33andrei.avkcreate