]> git.pld-linux.org Git - packages/lighttpd.git/blame - lighttpd-proto-code.patch
- updated to 1.3.8
[packages/lighttpd.git] / lighttpd-proto-code.patch
CommitLineData
4e02af35
ER
1--- ../src/request.c~ 2005-01-16 16:31:44.000000000 +0200
2+++ ../src/request.c 2005-02-01 13:47:22.000000000 +0200
3@@ -378,7 +378,7 @@
4 con->http_status = 400;
5 con->keep_alive = 0;
6
7- log_error_write(srv, __FILE__, __LINE__, "s", "unknown protocol -> 501");
8+ log_error_write(srv, __FILE__, __LINE__, "s", "unknown protocol -> 400");
9 return 0;
10 }
11
This page took 0.051882 seconds and 4 git commands to generate.