mirror of
https://github.com/nginx/nginx.git
synced 2025-06-17 17:20:42 +08:00
use NULL instead of 0
This commit is contained in:
parent
b16b8ddae6
commit
e4994fbacb
@ -572,7 +572,7 @@ ngx_http_proxy_handler(ngx_http_request_t *r)
|
|||||||
|
|
||||||
u = r->upstream;
|
u = r->upstream;
|
||||||
|
|
||||||
if (plcf->proxy_lengths == 0) {
|
if (plcf->proxy_lengths == NULL) {
|
||||||
ctx->vars = plcf->vars;
|
ctx->vars = plcf->vars;
|
||||||
u->schema = plcf->vars.schema;
|
u->schema = plcf->vars.schema;
|
||||||
#if (NGX_HTTP_SSL)
|
#if (NGX_HTTP_SSL)
|
||||||
|
Loading…
Reference in New Issue
Block a user