From: Doug MacEachern Date: Wed, 8 Aug 2001 15:49:07 +0000 (+0000) Subject: from madhu: no longer need to force eReadType and eMode X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=459b594e60bc639fa3fd07c3bfd3693ae3195e8c;p=thirdparty%2Fapache%2Fhttpd.git from madhu: no longer need to force eReadType and eMode git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@90030 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/ssl_engine_io.c b/ssl_engine_io.c index 7e4c7672373..13b513d2bd1 100644 --- a/ssl_engine_io.c +++ b/ssl_engine_io.c @@ -227,10 +227,6 @@ static apr_status_t churn (SSLFilterRec *pRec, ap_input_mode_t eMode = (eReadType == APR_BLOCK_READ) ? AP_MODE_BLOCKING : AP_MODE_NONBLOCKING; - /* XXX : Errrr... bad way of doing things TBD */ - eReadType = APR_BLOCK_READ; - eMode = AP_MODE_BLOCKING; - if(APR_BRIGADE_EMPTY(pRec->pbbInput)) { ap_get_brigade(pRec->pInputFilter->next,pRec->pbbInput,eMode,readbytes); if(APR_BRIGADE_EMPTY(pRec->pbbInput))