mirror of
https://github.com/nginx/nginx.git
synced 2026-08-04 14:58:20 +00:00
Trailing whitespace fix.
This commit is contained in:
parent
284a7dbb30
commit
56bc5f250b
2 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue