* Removed the gzip compression stuff due to bugs in Internet Explorer.
[citadel.git] / webcit / html2html.c
index a0a976ffc3d58cf776af23fbd93f2bcd787afe32..023ab7c4af8184dfc9193003d28079a8d3964f38 100644 (file)
@@ -166,7 +166,7 @@ void output_html(void) {
        }
 
        /* Output our big pile of markup */
-       http_write(WC->http_sock, converted_msg, output_length);
+       write(WC->http_sock, converted_msg, output_length);
 
        /* A little trailing vertical whitespace... */
        wprintf("<BR><BR>\n");