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

another iteration on the saferead/bhalfduplex stuff ... there was a

commented out bhalfduplex call which ryan missed; and which was a bit
more troublesome to solve with the iol interface.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85494 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
dgaudet
2000-06-10 02:06:02 +00:00
parent c69795a629
commit a5cccc2b0b

View File

@@ -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: Fix bhalfduplex to work in this case. */
/* ap_bhalfduplex(r->connection->client); */
ap_bhalfduplex(r->connection->client);
ap_run_log_transaction(r);
}