mercurial/hgweb/server.py
changeset 39827 a6088d10d5f2
parent 38594 b263133eeb5a
child 39834 d1e0b905c59d
--- a/mercurial/hgweb/server.py	Sun Sep 23 00:47:04 2018 -0400
+++ b/mercurial/hgweb/server.py	Mon Sep 24 20:10:01 2018 -0700
@@ -101,8 +101,8 @@
         try:
             self.do_write()
         except Exception:
-            self._start_response("500 Internal Server Error", [])
-            self._write("Internal Server Error")
+            self._start_response(r"500 Internal Server Error", [])
+            self._write(b"Internal Server Error")
             self._done()
             tb = r"".join(traceback.format_exception(*sys.exc_info()))
             # We need a native-string newline to poke in the log