Luiz Poleto added the comment: The attached patch fixes 2 of the main issues reported:
- Missing header values - Missing newline at the end of the header line I thought about the suggestion to include the response headers with the reply but considering that they are two different elements in an HTTP response message, I think it makes more sense to keep them on separate lines. The names, however, could be changed; perhaps from reply to response-body and headers to response-headers but maybe it could affect other users already expecting these values? ---------- keywords: +patch Added file: http://bugs.python.org/file42528/issue17233.patch _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue17233> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com