mirror of
https://github.com/nginx/nginx.git
synced 2025-08-06 14:56:15 +08:00
log how big fastcgi record
This commit is contained in:
parent
58ea0c1aad
commit
0827c83dfb
@ -553,7 +553,7 @@ ngx_http_fastcgi_create_request(ngx_http_request_t *r)
|
|||||||
|
|
||||||
if (len > 65535) {
|
if (len > 65535) {
|
||||||
ngx_log_error(NGX_LOG_ALERT, r->connection->log, 0,
|
ngx_log_error(NGX_LOG_ALERT, r->connection->log, 0,
|
||||||
"fastcgi: the request record is too big");
|
"fastcgi request record is too big: %uz", len);
|
||||||
return NGX_ERROR;
|
return NGX_ERROR;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user