From aa6e63371697ca158bd9b1fe9e68ecbd59fbf72a Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Sat, 20 Nov 2010 09:48:03 -0500 Subject: In FastCGI, signal 304 with a header, not the usual HTTP/1.1 line --- src/c/cgi.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/c/cgi.c') diff --git a/src/c/cgi.c b/src/c/cgi.c index fe7dc564..50d64f58 100644 --- a/src/c/cgi.c +++ b/src/c/cgi.c @@ -137,3 +137,5 @@ void uw_do_expunge(uw_context ctx, uw_Basis_client cli, void *data) { void uw_post_expunge(uw_context ctx, void *data) { } + +int uw_supports_direct_status = 1; -- cgit v1.2.3