1
0
mirror of https://github.com/apache/httpd.git synced 2025-08-07 04:02:58 +03:00

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
This commit is contained in:
Ryan Bloom
2000-06-02 18:40:44 +00:00
parent f374baf4da
commit 41ddd98b9b

View 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);
}