comparison src/core/ngx_connection.h @ 6246:257b51c37c5a

The HTTP/2 implementation (RFC 7240, 7241). The SPDY support is removed, as it's incompatible with the new module.
author Valentin Bartenev <vbart@nginx.com>
date Fri, 11 Sep 2015 20:13:06 +0300
parents 5e6142609e48
children 8f038068f4bc
comparison
equal deleted inserted replaced
6245:3cf25d33886a 6246:257b51c37c5a
116 } ngx_connection_tcp_nopush_e; 116 } ngx_connection_tcp_nopush_e;
117 117
118 118
119 #define NGX_LOWLEVEL_BUFFERED 0x0f 119 #define NGX_LOWLEVEL_BUFFERED 0x0f
120 #define NGX_SSL_BUFFERED 0x01 120 #define NGX_SSL_BUFFERED 0x01
121 #define NGX_SPDY_BUFFERED 0x02 121 #define NGX_HTTP_V2_BUFFERED 0x02
122 122
123 123
124 struct ngx_connection_s { 124 struct ngx_connection_s {
125 void *data; 125 void *data;
126 ngx_event_t *read; 126 ngx_event_t *read;