summaryrefslogtreecommitdiffhomepage
path: root/src/http/ngx_http_spdy_module.h
diff options
context:
space:
mode:
authorValentin Bartenev <vbart@nginx.com>2014-01-14 16:24:45 +0400
committerValentin Bartenev <vbart@nginx.com>2014-01-14 16:24:45 +0400
commit8323f317f6c81fc288a5d5f19902b69b398af5d9 (patch)
tree14140c7ca5959988a50bdda37ae55efb217627cb /src/http/ngx_http_spdy_module.h
parentb60700f9e9056aa35f930171ed8213360be415d7 (diff)
downloadnginx-8323f317f6c81fc288a5d5f19902b69b398af5d9.tar.gz
nginx-8323f317f6c81fc288a5d5f19902b69b398af5d9.tar.bz2
SPDY: added the "spdy_chunk_size" directive.
Diffstat (limited to 'src/http/ngx_http_spdy_module.h')
-rw-r--r--src/http/ngx_http_spdy_module.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/http/ngx_http_spdy_module.h b/src/http/ngx_http_spdy_module.h
index 97a7a13a6..5242322b3 100644
--- 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;