Return-Path: Delivered-To: apache-cvs-archive@hyperreal.org Received: (qmail 21203 invoked by uid 6000); 20 Jun 1999 12:27:12 -0000 Received: (qmail 21197 invoked by alias); 20 Jun 1999 12:27:11 -0000 Delivered-To: apache-2.0-cvs@hyperreal.org Received: (qmail 21194 invoked by uid 124); 20 Jun 1999 12:27:10 -0000 Date: 20 Jun 1999 12:27:10 -0000 Message-ID: <19990620122710.21193.qmail@hyperreal.org> From: ben@hyperreal.org To: apache-2.0-cvs@hyperreal.org Subject: cvs commit: apache-2.0/mpm/src/main http_request.c Sender: apache-cvs-owner@apache.org Precedence: bulk Reply-To: new-httpd@apache.org 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); }