diff options
Diffstat (limited to 'src/http/modules/ngx_http_uwsgi_module.c')
| -rw-r--r-- | src/http/modules/ngx_http_uwsgi_module.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/http/modules/ngx_http_uwsgi_module.c b/src/http/modules/ngx_http_uwsgi_module.c index ade82070c..4e601ff76 100644 --- a/src/http/modules/ngx_http_uwsgi_module.c +++ b/src/http/modules/ngx_http_uwsgi_module.c @@ -28,6 +28,7 @@ typedef struct { ngx_uint_t modifier2; } ngx_http_uwsgi_loc_conf_t; + typedef struct { ngx_uint_t status; ngx_uint_t status_count; |
