]> granicus.if.org Git - apache/commitdiff
Argh, bhalfduplex is implemented, but it doesn't work for this case, so put
authorRyan Bloom <rbb@apache.org>
Fri, 2 Jun 2000 18:40:44 +0000 (18:40 +0000)
committerRyan Bloom <rbb@apache.org>
Fri, 2 Jun 2000 18:40:44 +0000 (18:40 +0000)
the TODO back in.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85383 13f79535-47bb-0310-9956-ffa450edef68

modules/http/http_request.c

index 88b1617c4741182b26695d9c89af95bdc50d8234..272e894c38922a60474d870267e379d5e15905c9 100644 (file)
@@ -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);
 }