changeset 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 052c5eedc9ea
children 2c5e6f78560c
files src/c/cgi.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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;