mirror of
https://github.com/nginx/nginx.git
synced 2025-08-04 21:46:14 +08:00
style fix
This commit is contained in:
parent
dede73dda9
commit
68294d776d
@ -864,6 +864,7 @@ ngx_http_uwsgi_reinit_request(ngx_http_request_t *r)
|
|||||||
return NGX_OK;
|
return NGX_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
static ngx_int_t
|
static ngx_int_t
|
||||||
ngx_http_uwsgi_parse_status_line(ngx_http_request_t *r,
|
ngx_http_uwsgi_parse_status_line(ngx_http_request_t *r,
|
||||||
ngx_http_uwsgi_ctx_t *ctx)
|
ngx_http_uwsgi_ctx_t *ctx)
|
||||||
@ -1075,7 +1076,7 @@ done:
|
|||||||
static ngx_int_t
|
static ngx_int_t
|
||||||
ngx_http_uwsgi_process_status_line(ngx_http_request_t *r)
|
ngx_http_uwsgi_process_status_line(ngx_http_request_t *r)
|
||||||
{
|
{
|
||||||
ngx_int_t rc;
|
ngx_int_t rc;
|
||||||
ngx_http_upstream_t *u;
|
ngx_http_upstream_t *u;
|
||||||
ngx_http_uwsgi_ctx_t *ctx;
|
ngx_http_uwsgi_ctx_t *ctx;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user