]> git.pld-linux.org Git - packages/lighttpd.git/blame - lighttpd-revert-948.patch
- update to r2392 (PRE-RELEASE: 1.4.21-r2392)
[packages/lighttpd.git] / lighttpd-revert-948.patch
CommitLineData
0cdb1b53
ER
1Index: /branches/lighttpd-1.4.x/src/connections.c
2===================================================================
3--- /branches/lighttpd-1.4.x/src/connections.c (revision 1716)
4+++ /branches/lighttpd-1.4.x/src/connections.c (revision 1852)
5@@ -1433,4 +1433,5 @@
6 /* error-handler is back and has generated content */
7 /* if Status: was set, take it otherwise use 200 */
8+ con->http_status = con->error_handler_saved_status;
9 }
10
This page took 0.028495 seconds and 4 git commands to generate.