mirror of
https://github.com/apache/httpd.git
synced 2025-08-08 15:02:10 +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:
@@ -1265,8 +1265,7 @@ void ap_process_request(request_rec *r)
|
|||||||
* this packet, then it'll appear like the link is stalled when really
|
* this packet, then it'll appear like the link is stalled when really
|
||||||
* it's the application that's stalled.
|
* 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);
|
ap_run_log_transaction(r);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user