Trailing whitespace fix.
This commit is contained in:
parent
2b92bc2fc3
commit
b233ca6fb8
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…
Reference in a new issue