* don't send cookies with static data; we don't know what to put in them here.
[citadel.git] / webcit / static.c
index 7e5580b273400c188ce13bbfedd959ee3f398041..e432d53edd5796496ebdb76c280673812778324f 100644 (file)
@@ -79,7 +79,7 @@ void output_static(const char *what)
 #ifndef TECH_PREVIEW
                lprintf(9, "output_static('%s')  %s\n", what, content_type);
 #endif
-               http_transmit_thing(content_type, 1);
+               http_transmit_thing(content_type, 2);
        }
        if (yesbstr("force_close_session")) {
                end_webcit_session();