Loading server/core.c +2 −1 Original line number Diff line number Diff line Loading @@ -3183,7 +3183,8 @@ static apr_status_t core_output_filter(ap_filter_t *f, apr_bucket_brigade *b) if (more) apr_brigade_destroy(more); if (APR_STATUS_IS_ECONNABORTED(rv) || APR_STATUS_IS_ECONNRESET(rv)) { APR_STATUS_IS_ECONNRESET(rv) || APR_STATUS_IS_EPIPE(rv)) { c->aborted = 1; } return rv; Loading Loading
server/core.c +2 −1 Original line number Diff line number Diff line Loading @@ -3183,7 +3183,8 @@ static apr_status_t core_output_filter(ap_filter_t *f, apr_bucket_brigade *b) if (more) apr_brigade_destroy(more); if (APR_STATUS_IS_ECONNABORTED(rv) || APR_STATUS_IS_ECONNRESET(rv)) { APR_STATUS_IS_ECONNRESET(rv) || APR_STATUS_IS_EPIPE(rv)) { c->aborted = 1; } return rv; Loading