From: Ryan Bloom Date: Fri, 2 Jun 2000 17:31:47 +0000 (+0000) Subject: Remove a TODO. Actually just putting back a call to ap_bhalfduplex now X-Git-Tag: APACHE_2_0_ALPHA_4~18 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f374baf4da2800d3a78743389d458f3d4d63bbae;p=thirdparty%2Fapache%2Fhttpd.git Remove a TODO. Actually just putting back a call to ap_bhalfduplex now that the function exists again. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85381 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/http/http_request.c b/modules/http/http_request.c index 92e266cfeee..88b1617c474 100644 --- a/modules/http/http_request.c +++ b/modules/http/http_request.c @@ -1265,8 +1265,7 @@ 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. */ - /* TODO: reimplement ap_bhalfduplex... not sure how yet */ - /* //ap_bhalfduplex(r->connection->client); */ + ap_bhalfduplex(r->connection->client); ap_run_log_transaction(r); }