Mercurial > urweb
comparison src/c/fastcgi.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 | 38d950c06dce |
comparison
equal
deleted
inserted
replaced
1319:c17e6144510b | 1320:add5ae41969e |
---|---|
616 uw_error(ctx, FATAL, "Error running SQL COMMIT"); | 616 uw_error(ctx, FATAL, "Error running SQL COMMIT"); |
617 } | 617 } |
618 | 618 |
619 void uw_post_expunge(uw_context ctx, void *data) { | 619 void uw_post_expunge(uw_context ctx, void *data) { |
620 } | 620 } |
621 | |
622 int uw_supports_direct_status = 0; |