]> git.kaiwu.me - nginx.git/commit
ngx_http_keepalive_handler() is now trying to not keep c->buffer's memory for
authorValentin Bartenev <vbart@nginx.com>
Tue, 23 Oct 2012 14:36:18 +0000 (14:36 +0000)
committerValentin Bartenev <vbart@nginx.com>
Tue, 23 Oct 2012 14:36:18 +0000 (14:36 +0000)
commit09dca40b332cf6c349bff409a9f993d04df35f12
tree045eadf935937541d2ffe1ea5e304bae04c3b640
parentf7b32c479d572f3f52657d35d25d01ab3666769c
ngx_http_keepalive_handler() is now trying to not keep c->buffer's memory for
idle connections.

This behaviour is consistent with the ngx_http_set_keepalive() function and it
should decrease memory usage in some cases (especially if epoll/rtsig is used).
src/http/ngx_http_request.c