diff options
Diffstat (limited to '')
| -rw-r--r-- | src/http/ngx_http_spdy.h | 2 |
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 |
