Commit 81ba54d7 authored by William A. Rowe Jr's avatar William A. Rowe Jr
Browse files

  Just a mssing brace


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89454 13f79535-47bb-0310-9956-ffa450edef68
parent 7a2ef466
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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