Rewrote mimepart() as view_or_download_mimepart()
[citadel.git] / webcit / downloads.c
index 8005d3da8e1178a3a94f9d77e572a3eef06e43a9..6e6c9b981b5ebf0acf8bc46dc664fc9630956acd 100644 (file)
@@ -279,7 +279,6 @@ void download_file(void)
                serv_read_binary_to_http(ContentType, bytes, 0, 0);
                serv_puts("CLOS");
                StrBuf_ServGetln(Buf);
-//             http_transmit_thing(ChrPtr(ContentType), 0);
        } else {
                StrBufCutLeft(Buf, 4);
                hprintf("HTTP/1.1 404 %s\n", ChrPtr(Buf));