style fix
This commit is contained in:
parent
8a82f68f61
commit
841fae0f47
1 changed files with 1 additions and 1 deletions
|
@ -857,8 +857,8 @@ ngx_http_uwsgi_process_status_line(ngx_http_request_t *r)
|
||||||
{
|
{
|
||||||
size_t len;
|
size_t len;
|
||||||
ngx_int_t rc;
|
ngx_int_t rc;
|
||||||
ngx_http_upstream_t *u;
|
|
||||||
ngx_http_status_t *status;
|
ngx_http_status_t *status;
|
||||||
|
ngx_http_upstream_t *u;
|
||||||
|
|
||||||
status = ngx_http_get_module_ctx(r, ngx_http_uwsgi_module);
|
status = ngx_http_get_module_ctx(r, ngx_http_uwsgi_module);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue