commit | 0827c83dfb811881890d738aa4d9107624bb9699 | [log] [tgz] |
---|---|---|
author | Igor Sysoev <igor@sysoev.ru> | Sat Dec 01 14:23:53 2007 +0000 |
committer | Igor Sysoev <igor@sysoev.ru> | Sat Dec 01 14:23:53 2007 +0000 |
tree | b3c17d4ff633220b2db5a61981bd98f40b21fd10 | |
parent | 58ea0c1aad286e5ac876be29bb61bd44afd972df [diff] |
log how big fastcgi record
diff --git a/src/http/modules/ngx_http_fastcgi_module.c b/src/http/modules/ngx_http_fastcgi_module.c index 36c59ce..5a15fc1 100644 --- a/src/http/modules/ngx_http_fastcgi_module.c +++ b/src/http/modules/ngx_http_fastcgi_module.c
@@ -553,7 +553,7 @@ if (len > 65535) { 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; }