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