]> git.kaiwu.me - nginx.git/commit
SSL: only select SPDY using NPN if "spdy" is enabled.
authorValentin Bartenev <vbart@nginx.com>
Thu, 5 Nov 2015 12:01:09 +0000 (15:01 +0300)
committerValentin Bartenev <vbart@nginx.com>
Thu, 5 Nov 2015 12:01:09 +0000 (15:01 +0300)
commit43e9607fdf44d66a870db798f1e13031c7511679
treecef61f8ca092f1f5b28700b3256649928f3fbb3e
parentd4cd59c17b003dfbc121e48473dd2604e76c7fdf
SSL: only select SPDY using NPN if "spdy" is enabled.

OpenSSL doesn't check if the negotiated protocol has been announced.
As a result, the client might force using SPDY even if it wasn't
enabled in configuration.
src/http/ngx_http_request.c