* just calculate the language for non-static requests; else we will run this useless...
[citadel.git] / webcit / webcit.h
index 745b152a312a26e247d069b084c15541fcbea042..3dc49116f4a6856c8d5b0dd120b3afce1330392d 100644 (file)
@@ -379,6 +379,7 @@ typedef struct _HdrRefs {
        int gzip_ok;                            /* Nonzero if Accept-encoding: gzip */
        int prohibit_caching;
        int dav_depth;
+       int Static;
 
        /* these are references into Hdr->HTTPHeaders, so we don't need to free them. */
        StrBuf *ContentType;