Mercurial > urweb
comparison src/c/cgi.c @ 1320:add5ae41969e
In FastCGI, signal 304 with a header, not the usual HTTP/1.1 line
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Sat, 20 Nov 2010 09:48:03 -0500 |
parents | 236dc296c32d |
children | 36f7d1debb37 |
comparison
equal
deleted
inserted
replaced
1319:c17e6144510b | 1320:add5ae41969e |
---|---|
135 uw_error(ctx, FATAL, "Error running SQL COMMIT"); | 135 uw_error(ctx, FATAL, "Error running SQL COMMIT"); |
136 } | 136 } |
137 | 137 |
138 void uw_post_expunge(uw_context ctx, void *data) { | 138 void uw_post_expunge(uw_context ctx, void *data) { |
139 } | 139 } |
140 | |
141 int uw_supports_direct_status = 1; |