diff options
Diffstat (limited to 'src/http/ngx_http.c')
-rw-r--r-- | src/http/ngx_http.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/http/ngx_http.c b/src/http/ngx_http.c index dcb3956e1..867bf3118 100644 --- a/src/http/ngx_http.c +++ b/src/http/ngx_http.c @@ -659,6 +659,8 @@ ngx_http_block(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) #endif ls->backlog = in_addr[a].conf.backlog; + ls->rcvbuf = in_addr[a].conf.rcvbuf; + ls->sndbuf = in_addr[a].conf.sndbuf; #if (NGX_HAVE_DEFERRED_ACCEPT && defined SO_ACCEPTFILTER) ls->accept_filter = in_addr[a].conf.accept_filter; |