Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 135317
Collapse All | Expand All

(-)lighttpd-1.4.11/src/mod_ssi.c (+3 lines)
Lines 36-41 Link Here
36
#include <sys/filio.h>
36
#include <sys/filio.h>
37
#endif
37
#endif
38
38
39
static int mod_ssi_handle_request(server *srv, connection *con, plugin_data *p);
40
static int mod_ssi_patch_connection(server *srv, connection *con, plugin_data *p);
41
39
/* determine if process finished */
42
/* determine if process finished */
40
int h_finished = 0;
43
int h_finished = 0;
41
44

Return to bug 135317