mirror of
https://github.com/nginx/nginx.git
synced 2025-02-25 18:55:26 -06:00
style fix: remove tabs
This commit is contained in:
parent
ded2a7c1af
commit
aa9a761f88
@ -787,11 +787,11 @@ ngx_http_handler(ngx_http_request_t *r)
|
|||||||
|
|
||||||
if (r->headers_in.msie6) {
|
if (r->headers_in.msie6) {
|
||||||
if (r->method == NGX_HTTP_POST) {
|
if (r->method == NGX_HTTP_POST) {
|
||||||
/*
|
/*
|
||||||
* MSIE may wait for some time if an response for
|
* MSIE may wait for some time if an response for
|
||||||
* a POST request was sent over a keepalive connection
|
* a POST request was sent over a keepalive connection
|
||||||
*/
|
*/
|
||||||
r->keepalive = 0;
|
r->keepalive = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
} else if (r->headers_in.safari) {
|
} else if (r->headers_in.safari) {
|
||||||
|
Loading…
Reference in New Issue
Block a user