commit | 8fbef4841fe21ef2760c2313152180c56c6edd05 | [log] [tgz] |
---|---|---|
author | Valentin Bartenev <vbart@nginx.com> | Thu Mar 07 18:21:28 2013 +0000 |
committer | Valentin Bartenev <vbart@nginx.com> | Thu Mar 07 18:21:28 2013 +0000 |
tree | 191ec0c82252ed8415b329afb3daf7ebd9068e63 | |
parent | bf23093e108db534e6d9deaac605fbd909172d2a [diff] |
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