mirror of
https://github.com/nginx/nginx.git
synced 2026-06-13 10:50:20 -04:00
style fix: remove tabs
This commit is contained in:
parent
78c95de9da
commit
b91fa66fc8
1 changed files with 5 additions and 5 deletions
|
|
@ -322,12 +322,12 @@ ngx_http_header_filter(ngx_http_request_t *r)
|
|||
if (clcf->port_in_redirect) {
|
||||
|
||||
#if (NGX_HTTP_SSL)
|
||||
if (r->connection->ssl)
|
||||
port = (port == 443) ? 0 : port;
|
||||
else
|
||||
if (r->connection->ssl)
|
||||
port = (port == 443) ? 0 : port;
|
||||
else
|
||||
#endif
|
||||
port = (port == 80) ? 0 : port;
|
||||
}
|
||||
port = (port == 80) ? 0 : port;
|
||||
}
|
||||
|
||||
if (port) {
|
||||
len += sizeof(":65535") - 1;
|
||||
|
|
|
|||
Loading…
Reference in a new issue