Terry J. Reedy added the comment:

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.

----------
nosy: +terry.reedy
versions: +Python 3.3, Python 3.4 -Python 3.2

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

Reply via email to