Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 406243
Collapse All | Expand All

(-)a/libhttpd.c (-1 / +1 lines)
Lines 2549-2555 figure_mime( httpd_conn* hc ) Link Here
2549
    size_t ext_len, encodings_len;
2549
    size_t ext_len, encodings_len;
2550
    int i, top, bot, mid;
2550
    int i, top, bot, mid;
2551
    int r;
2551
    int r;
2552
    char* default_type = "text/plain; charset=%s";
2552
    char* default_type = "application/octet-stream";
2553
2553
2554
    /* Peel off encoding extensions until there aren't any more. */
2554
    /* Peel off encoding extensions until there aren't any more. */
2555
    n_me_indexes = 0;
2555
    n_me_indexes = 0;

Return to bug 406243