comparison src/c/http.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 e65082d76d26
comparison
equal deleted inserted replaced
1319:c17e6144510b 1320:add5ae41969e
356 uw_error(ctx, FATAL, "Error running SQL COMMIT"); 356 uw_error(ctx, FATAL, "Error running SQL COMMIT");
357 } 357 }
358 358
359 void uw_post_expunge(uw_context ctx, void *data) { 359 void uw_post_expunge(uw_context ctx, void *data) {
360 } 360 }
361
362 int uw_supports_direct_status = 1;