mirror of
https://github.com/nginx/nginx.git
synced 2025-06-16 16:51:05 +08: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 (clcf->port_in_redirect) {
|
||||||
|
|
||||||
#if (NGX_HTTP_SSL)
|
#if (NGX_HTTP_SSL)
|
||||||
if (r->connection->ssl)
|
if (r->connection->ssl)
|
||||||
port = (port == 443) ? 0 : port;
|
port = (port == 443) ? 0 : port;
|
||||||
else
|
else
|
||||||
#endif
|
#endif
|
||||||
port = (port == 80) ? 0 : port;
|
port = (port == 80) ? 0 : port;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (port) {
|
if (port) {
|
||||||
len += sizeof(":65535") - 1;
|
len += sizeof(":65535") - 1;
|
||||||
|
Loading…
Reference in New Issue
Block a user