]> git.kaiwu.me - nginx.git/commit
do not try to reuse and save a SSL session for a peer created on the fly
authorIgor Sysoev <igor@sysoev.ru>
Fri, 22 Jul 2011 16:30:17 +0000 (16:30 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Fri, 22 Jul 2011 16:30:17 +0000 (16:30 +0000)
commit08b597592f608e057be5fd3c432dfb8ffe5d77ae
tree4a629e16625cedb6509a996a28564229abd892df
parenta3741fb24d9dc5ec0477d0cb3f513322ae7bfbb9
do not try to reuse and save a SSL session for a peer created on the fly
by ngx_http_upstream_create_round_robin_peer(), since the peer lives
only during request so the saved SSL session will never be used again
and just causes memory leak

patch by Maxim Dounin
src/http/ngx_http_upstream_round_robin.c