mirror of
https://github.com/apache/httpd.git
synced 2025-08-08 15:02:10 +03:00
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
This commit is contained in:
@@ -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))
|
||||
|
Reference in New Issue
Block a user