ben 99/06/20 05:27:10
Modified: mpm/src/main http_request.c
Log:
Whoops. Undo unintentional change.
Revision Changes Path
1.4 +1 -7 apache-2.0/mpm/src/main/http_request.c
Index: http_request.c
===================================================================
RCS file: /export/home/cvs/apache-2.0/mpm/src/main/http_request.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- http_request.c 1999/06/20 12:25:54 1.3
+++ http_request.c 1999/06/20 12:27:10 1.4
@@ -1241,13 +1241,7 @@
* it's the application that's stalled.
*/
/* TODO: re-implement ap_bhalfduplex... not sure how yet */
-#if 0
- ap_bhalfduplex(r->connection->client);
-#else
- //in the meantime, flush!
- ap_bflush(r->connection->client);
-#endif
-
+ //ap_bhalfduplex(r->connection->client);
ap_log_transaction(r);
}