comparison 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
comparison
equal deleted inserted replaced
1842:052c5eedc9ea 1843:0da75c01a993
141 } 141 }
142 142
143 void uw_post_expunge(uw_context ctx, void *data) { 143 void uw_post_expunge(uw_context ctx, void *data) {
144 } 144 }
145 145
146 int uw_supports_direct_status = 1; 146 int uw_supports_direct_status = 0;