r = p->input_ctx;
p->upstream_done = 1;
- ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
+ ngx_log_error(NGX_LOG_WARN, r->connection->log, 0,
"upstream sent too many data");
}
invalid:
- ngx_log_error(NGX_LOG_ALERT, r->connection->log, 0,
- "upstream sent invalid chunked response");
-
return NGX_ERROR;
}
/* invalid response */
- ngx_log_error(NGX_LOG_ALERT, r->connection->log, 0,
+ ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
"upstream sent invalid chunked response");
return NGX_ERROR;
/* invalid response */
- ngx_log_error(NGX_LOG_ALERT, r->connection->log, 0,
+ ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
"upstream sent invalid chunked response");
return NGX_ERROR;