]> git.kaiwu.me - nginx.git/commit
Fix of separate pool for upstream connections (r4117).
authorMaxim Dounin <mdounin@mdounin.ru>
Tue, 20 Sep 2011 10:00:46 +0000 (10:00 +0000)
committerMaxim Dounin <mdounin@mdounin.ru>
Tue, 20 Sep 2011 10:00:46 +0000 (10:00 +0000)
commitafe2e3d082c5b6501d0107d86ecdfff36f458b85
tree7a69a354102ed440f567ec0472094be94c2b9ebc
parent265e51aa0b65fe8ba456224b95659b2612e0fc6d
Fix of separate pool for upstream connections (r4117).

Pool may not be created if connection was created but rejected in connect()
call.  Make sure to check if it is here before trying to destroy it.
src/http/ngx_http_upstream.c