]> git.kaiwu.me - nginx.git/commit
SSL: Next Protocol Negotiation extension support.
authorValentin Bartenev <vbart@nginx.com>
Thu, 7 Mar 2013 18:21:28 +0000 (18:21 +0000)
committerValentin Bartenev <vbart@nginx.com>
Thu, 7 Mar 2013 18:21:28 +0000 (18:21 +0000)
commit8fbef4841fe21ef2760c2313152180c56c6edd05
tree191ec0c82252ed8415b329afb3daf7ebd9068e63
parentbf23093e108db534e6d9deaac605fbd909172d2a
SSL: Next Protocol Negotiation extension support.

Not only this is useful for the upcoming SPDY support, but it can
also help to improve HTTPS performance by enabling TLS False Start
in Chrome/Chromium browsers [1].  So, we always enable NPN for HTTPS
if it is supported by OpenSSL.

[1] http://www.imperialviolet.org/2012/04/11/falsestart.html
src/http/modules/ngx_http_ssl_module.c