--- mod_czs.c 2000/08/09 08:45:38 1.3 +++ mod_czs.c 2000/08/09 19:36:13 1.5 @@ -57,8 +57,6 @@ } } - r->content_type = "text/html"; /* hm? */ - ap_soft_timeout("send", r); ap_send_http_header(r); @@ -70,29 +68,30 @@ #ifdef TEST_QUERYSTRING if(r->args == 0 && !do_czs) { +#else + if(!do_czs) { +#endif ap_send_fd(in, r); } else { -#endif - while(fgets(buffer,MAX_STRING_LEN,in)) { - for(i=0; ipool, in);