diff include/urweb.h @ 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 714e8b84221b
children 1cc67fdac4d3
line wrap: on
line diff
--- a/include/urweb.h	Fri Nov 19 17:06:11 2010 -0500
+++ b/include/urweb.h	Sat Nov 20 09:48:03 2010 -0500
@@ -286,4 +286,6 @@
 
 extern int uw_time_max;
 
+extern int uw_supports_direct_status;
+
 #endif