mirror of
https://github.com/nginx/nginx.git
synced 2024-12-12 02:09:04 +08:00
Trailing whitespace fix.
This commit is contained in:
parent
284a7dbb30
commit
56bc5f250b
@ -1018,7 +1018,7 @@ ngx_http_scgi_process_header(ngx_http_request_t *r)
|
||||
done:
|
||||
|
||||
if (u->headers_in.status_n == NGX_HTTP_SWITCHING_PROTOCOLS
|
||||
&& r->headers_in.upgrade)
|
||||
&& r->headers_in.upgrade)
|
||||
{
|
||||
u->upgrade = 1;
|
||||
}
|
||||
|
@ -1052,7 +1052,7 @@ ngx_http_uwsgi_process_header(ngx_http_request_t *r)
|
||||
done:
|
||||
|
||||
if (u->headers_in.status_n == NGX_HTTP_SWITCHING_PROTOCOLS
|
||||
&& r->headers_in.upgrade)
|
||||
&& r->headers_in.upgrade)
|
||||
{
|
||||
u->upgrade = 1;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user