fix error html

This commit is contained in:
Maximilian Hils 2014-11-26 04:56:17 +01:00
parent 47a78e3c72
commit 3887e7ed29

View File

@ -1198,7 +1198,7 @@ class HTTPHandler(ProtocolHandler):
<head>
<title>%d %s</title>
</head>
<body %s</body>
<body>%s</body>
</html>
""" % (code, response, message)
self.c.client_conn.wfile.write("HTTP/1.1 %s %s\r\n" % (code, response))