I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 99f3969b authored by zzz's avatar zzz
Browse files

- Fix HTML error in server-side 503 error page

parent d131c4bf
No related branches found
No related tags found
No related merge requests found
......@@ -53,7 +53,7 @@ public class I2PTunnelHTTPServer extends I2PTunnelServer {
"Connection: close\r\n"+
"Proxy-Connection: close\r\n"+
"\r\n"+
"<html><head><title>503 Service Unavailable<title></head>\n"+
"<html><head><title>503 Service Unavailable</title></head>\n"+
"<body><h2>503 Service Unavailable</h2>\n" +
"<p>This I2P eepsite is unavailable. It may be down or undergoing maintenance.</p>\n" +
"</body></html>")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment