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-Tag: 2.0.24~141 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c7ca725678f94a529f558df9bace06ca5f3beec0;p=apache from madhu: no longer need to force eReadType and eMode git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90030 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/ssl/ssl_engine_io.c b/modules/ssl/ssl_engine_io.c index 7e4c767237..13b513d2bd 100644 --- a/modules/ssl/ssl_engine_io.c +++ b/modules/ssl/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))