Issue 4336: HTTPRequest._send_output() now deals with the case of the message...
Issue 4336: HTTPRequest._send_output() now deals with the case of the message body not being a string. This allows clients to use endheaders(message_body) instead of endheaders() + send(message_body) without making any extra checks.
Showing
Please register or sign in to comment