mirror of
https://github.com/apache/httpd.git
synced 2026-01-26 19:01:35 +03:00
Just a mssing brace
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89454 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -221,7 +221,7 @@ static apr_status_t churn(TLSFilterCtx *pCtx,apr_read_type_e eReadType,apr_size_
|
||||
|
||||
if(len == 0) {
|
||||
/* Lazy frickin browsers just reset instead of shutting down. */
|
||||
if(ret == APR_EOF || APR_STATUS_IS_ECONNRESET(ret))
|
||||
if(ret == APR_EOF || APR_STATUS_IS_ECONNRESET(ret)) {
|
||||
if(APR_BRIGADE_EMPTY(pCtx->pbbPendingInput))
|
||||
return APR_EOF;
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user