]> git.kaiwu.me - nginx.git/commit
Upstream: SSL handshake timeouts.
authorMaxim Dounin <mdounin@mdounin.ru>
Mon, 28 Jul 2014 14:30:14 +0000 (18:30 +0400)
committerMaxim Dounin <mdounin@mdounin.ru>
Mon, 28 Jul 2014 14:30:14 +0000 (18:30 +0400)
commit4b2f12a60485661039bad8e334716eba7fbc7b24
tree25e285186d4d764a7fa9dbf97d3303b058812f69
parent7b24c53efee348e919d03cba5c74445095402593
Upstream: SSL handshake timeouts.

Timeout may not be set on an upstream connection when we call
ngx_ssl_handshake() in ngx_http_upstream_ssl_init_connection(),
so make sure to arm it if it's not set.

Based on a patch by Yichun Zhang.
src/http/ngx_http_upstream.c