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> <head>
<title>%d %s</title> <title>%d %s</title>
</head> </head>
<body %s</body> <body>%s</body>
</html> </html>
""" % (code, response, message) """ % (code, response, message)
self.c.client_conn.wfile.write("HTTP/1.1 %s %s\r\n" % (code, response)) self.c.client_conn.wfile.write("HTTP/1.1 %s %s\r\n" % (code, response))