diff options
author | Adam Chlipala <adam@chlipala.net> | 2010-11-20 09:48:03 -0500 |
---|---|---|
committer | Adam Chlipala <adam@chlipala.net> | 2010-11-20 09:48:03 -0500 |
commit | f21f9e29d19a8b241c1d6d790904001fdf384d59 (patch) | |
tree | 9fefe5208e41e51cc58656d1f08d1adf9f08c7a8 /include | |
parent | 17707f8419d61ef9c9df14c9693226a1ca5a0526 (diff) |
In FastCGI, signal 304 with a header, not the usual HTTP/1.1 line
Diffstat (limited to 'include')
-rw-r--r-- | include/urweb.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/urweb.h b/include/urweb.h index e9e330b8..4816537a 100644 --- a/include/urweb.h +++ b/include/urweb.h @@ -286,4 +286,6 @@ uw_Basis_int uw_Basis_rand(uw_context); extern int uw_time_max; +extern int uw_supports_direct_status; + #endif |