From: Ryan Bloom Date: Fri, 2 Jun 2000 18:40:44 +0000 (+0000) Subject: Argh, bhalfduplex is implemented, but it doesn't work for this case, so put X-Git-Tag: APACHE_2_0_ALPHA_4~17 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=41ddd98b9ba28cc6b810d1b896f2802e15d4774d;p=thirdparty%2Fapache%2Fhttpd.git Argh, bhalfduplex is implemented, but it doesn't work for this case, so put the TODO back in. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85383 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/http/http_request.c b/modules/http/http_request.c index 88b1617c474..272e894c389 100644 --- a/modules/http/http_request.c +++ b/modules/http/http_request.c @@ -1265,7 +1265,8 @@ void ap_process_request(request_rec *r) * this packet, then it'll appear like the link is stalled when really * it's the application that's stalled. */ - ap_bhalfduplex(r->connection->client); + /* TODO: Fix bhalfduplex to work in this case. */ + /* ap_bhalfduplex(r->connection->client); */ ap_run_log_transaction(r); }