summaryrefslogtreecommitdiffhomepage
path: root/src/http/ngx_http_spdy.h
diff options
context:
space:
mode:
authorPiotr Sikora <piotr@cloudflare.com>2014-01-28 15:33:49 -0800
committerPiotr Sikora <piotr@cloudflare.com>2014-01-28 15:33:49 -0800
commit4ae889c9f2c6c79402630aa2197bfbdd8cc42fd5 (patch)
treee120558450e8d2832bc2eeefc0864997e770c1d9 /src/http/ngx_http_spdy.h
parentd3e0bf306b86ac08b828886e75b8c30218a16377 (diff)
downloadnginx-4ae889c9f2c6c79402630aa2197bfbdd8cc42fd5.tar.gz
nginx-4ae889c9f2c6c79402630aa2197bfbdd8cc42fd5.tar.bz2
SSL: support ALPN (IETF's successor to NPN).
Signed-off-by: Piotr Sikora <piotr@cloudflare.com>
Diffstat (limited to '')
-rw-r--r--src/http/ngx_http_spdy.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/http/ngx_http_spdy.h b/src/http/ngx_http_spdy.h
index 8caa5b0c4..823ce7063 100644
--- a/src/http/ngx_http_spdy.h
+++ b/src/http/ngx_http_spdy.h
@@ -17,10 +17,8 @@
#define NGX_SPDY_VERSION 2
-#ifdef TLSEXT_TYPE_next_proto_neg
#define NGX_SPDY_NPN_ADVERTISE "\x06spdy/2"
#define NGX_SPDY_NPN_NEGOTIATED "spdy/2"
-#endif
#define NGX_SPDY_STATE_BUFFER_SIZE 16