diff 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
line wrap: on
line diff
--- a/src/http/ngx_http_spdy_module.h
+++ b/src/http/ngx_http_spdy_module.h
@@ -30,6 +30,11 @@ typedef struct {
 } ngx_http_spdy_srv_conf_t;
 
 
+typedef struct {
+    size_t                          chunk_size;
+} ngx_http_spdy_loc_conf_t;
+
+
 extern ngx_module_t  ngx_http_spdy_module;