* HTTP Proxy: Change the error code for unknown host from 404 to 500.

This commit is contained in:
zzz
2012-06-29 13:30:24 +00:00
parent 6c8c87b2dd
commit 5a1d52d82c
6 changed files with 6 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
HTTP/1.1 404 Domain Not Found
HTTP/1.1 500 Domain Not Found
Content-Type: text/html; charset=UTF-8
Cache-control: no-cache
Connection: close