comparison src/http/ngx_http_spdy_module.h @ 5515:e5fb14e85040

SPDY: added the "spdy_chunk_size" directive.
author Valentin Bartenev <vbart@nginx.com>
date Tue, 14 Jan 2014 16:24:45 +0400
parents c0f7b94e88ba
children
comparison
equal deleted inserted replaced
5514:b7ee1bae0ffa 5515:e5fb14e85040
28 ngx_msec_t keepalive_timeout; 28 ngx_msec_t keepalive_timeout;
29 ngx_int_t headers_comp; 29 ngx_int_t headers_comp;
30 } ngx_http_spdy_srv_conf_t; 30 } ngx_http_spdy_srv_conf_t;
31 31
32 32
33 typedef struct {
34 size_t chunk_size;
35 } ngx_http_spdy_loc_conf_t;
36
37
33 extern ngx_module_t ngx_http_spdy_module; 38 extern ngx_module_t ngx_http_spdy_module;
34 39
35 40
36 #endif /* _NGX_HTTP_SPDY_MODULE_H_INCLUDED_ */ 41 #endif /* _NGX_HTTP_SPDY_MODULE_H_INCLUDED_ */