diff src/c/cgi.c @ 1843:0da75c01a993

Make CGI programs use Status header to set HTTP status code
author Adam Chlipala <adam@chlipala.net>
date Tue, 05 Mar 2013 09:29:50 -0500
parents 3d922a28370b
children 6745eafff617
line wrap: on
line diff
--- a/src/c/cgi.c	Sat Jan 05 18:19:20 2013 -0500
+++ b/src/c/cgi.c	Tue Mar 05 09:29:50 2013 -0500
@@ -143,4 +143,4 @@
 void uw_post_expunge(uw_context ctx, void *data) {
 }
 
-int uw_supports_direct_status = 1;
+int uw_supports_direct_status = 0;