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 terry.reedy
Recipients Kim.Gräsman, terry.reedy
Date 2013-02-22.19:15:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1361560559.65.0.522199092025.issue17233@psf.upfronthosting.co.za>
In-reply-to
Content
The doc is vague on debug output (intentionally so, I suspect).
" Any value greater than 0 will cause all currently defined debug output to be printed to stdout."

I agree that send: and reply: should be formatted the same, so the reply: line should include the headers *with* the values. The current header line seems to be truncated after Date, without even its ':', and it is definitely missing a newline. Are you claiming that there are other missing newlines? I don't understand the lines with
send: bytearray(b'\x00\x00\x00\x00\x00\x00\x00\x00\x00')

Patches are good, but you might wait a few days for other comments as I am definitely not an http expert.
History
Date User Action Args
2013-02-22 19:15:59terry.reedysetrecipients: + terry.reedy, Kim.Gräsman
2013-02-22 19:15:59terry.reedysetmessageid: <1361560559.65.0.522199092025.issue17233@psf.upfronthosting.co.za>
2013-02-22 19:15:59terry.reedylinkissue17233 messages
2013-02-22 19:15:59terry.reedycreate