mirror of
https://github.com/nginx/nginx.git
synced 2025-06-08 02:02:38 +08:00
Uwsgi: style.
This commit is contained in:
parent
09cb553c7f
commit
07c3e79b64
@ -954,7 +954,7 @@ ngx_http_uwsgi_create_request(ngx_http_request_t *r)
|
||||
#if 0
|
||||
/* allow custom uwsgi packet */
|
||||
if (len > 0 && len < 2) {
|
||||
ngx_log_error (NGX_LOG_ALERT, r->connection->log, 0,
|
||||
ngx_log_error(NGX_LOG_ALERT, r->connection->log, 0,
|
||||
"uwsgi request is too little: %uz", len);
|
||||
return NGX_ERROR;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user