X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=webcit%2Fstatic.c;h=e432d53edd5796496ebdb76c280673812778324f;hp=7e5580b273400c188ce13bbfedd959ee3f398041;hb=68dcf6ef3bb2898b7317aed80569c872b867438b;hpb=f66a0169fc5b836a733c8cf241807523a011aba0 diff --git a/webcit/static.c b/webcit/static.c index 7e5580b27..e432d53ed 100644 --- a/webcit/static.c +++ b/webcit/static.c @@ -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();