* Finished gzip compression of dynamic pages (when browser supports it)
[citadel.git] / webcit / html2html.c
index 023ab7c4af8184dfc9193003d28079a8d3964f38..a0a976ffc3d58cf776af23fbd93f2bcd787afe32 100644 (file)
@@ -166,7 +166,7 @@ void output_html(void) {
        }
 
        /* Output our big pile of markup */
-       write(WC->http_sock, converted_msg, output_length);
+       http_write(WC->http_sock, converted_msg, output_length);
 
        /* A little trailing vertical whitespace... */
        wprintf("<BR><BR>\n");