mirror of
https://github.com/nginx/nginx.git
synced 2024-11-26 02:40:46 -06:00
style fix: remove tabs
This commit is contained in:
parent
78c95de9da
commit
b91fa66fc8
@ -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 New Issue
Block a user