diff options
author | Sergey Kandaurov <pluknet@nginx.com> | 2021-02-17 14:48:35 +0300 |
---|---|---|
committer | Sergey Kandaurov <pluknet@nginx.com> | 2021-02-17 14:48:35 +0300 |
commit | 8ca2f73073da431d8e747589eac5b49a7c0faa5b (patch) | |
tree | 6d5f46eb2dccc4cacc13a3e353f78f940f310bbb /src/http/ngx_http.c | |
parent | b93b056261114022b08f11413f959d3af687b7a7 (diff) | |
parent | 949c97007b9c6010e958c36653e33c3f5bf34540 (diff) | |
download | nginx-8ca2f73073da431d8e747589eac5b49a7c0faa5b.tar.gz nginx-8ca2f73073da431d8e747589eac5b49a7c0faa5b.zip |
Merged with the default branch.
Diffstat (limited to 'src/http/ngx_http.c')
-rw-r--r-- | src/http/ngx_http.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/http/ngx_http.c b/src/http/ngx_http.c index b075f30be..215881ca3 100644 --- a/src/http/ngx_http.c +++ b/src/http/ngx_http.c @@ -1747,7 +1747,6 @@ ngx_http_add_listening(ngx_conf_t *cf, ngx_http_conf_addr_t *addr) cscf = addr->default_server; ls->pool_size = cscf->connection_pool_size; - ls->post_accept_timeout = cscf->client_header_timeout; clcf = cscf->ctx->loc_conf[ngx_http_core_module.ctx_index]; |