mirror of
https://github.com/nginx/nginx.git
synced 2026-06-26 20:01:45 +00:00
use NULL instead of 0
This commit is contained in:
parent
b16b8ddae6
commit
e4994fbacb
1 changed files with 1 additions and 1 deletions
|
|
@ -572,7 +572,7 @@ ngx_http_proxy_handler(ngx_http_request_t *r)
|
|||
|
||||
u = r->upstream;
|
||||
|
||||
if (plcf->proxy_lengths == 0) {
|
||||
if (plcf->proxy_lengths == NULL) {
|
||||
ctx->vars = plcf->vars;
|
||||
u->schema = plcf->vars.schema;
|
||||
#if (NGX_HTTP_SSL)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue