]> git.pld-linux.org Git - packages/lighttpd.git/blob - lighttpd-revert-948.patch
- skip configure.in chunk for version bump
[packages/lighttpd.git] / lighttpd-revert-948.patch
1 Index: /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.082835 seconds and 3 git commands to generate.