comparison src/http/ngx_http_core_module.c @ 3452:fd098caab443

style fix: remove tabs
author Igor Sysoev <igor@sysoev.ru>
date Thu, 18 Feb 2010 14:47:09 +0000
parents eb8233ede93f
children 81457372d938
comparison
equal deleted inserted replaced
3451:7a1958778351 3452:fd098caab443
785 785
786 if (r->keepalive) { 786 if (r->keepalive) {
787 787
788 if (r->headers_in.msie6) { 788 if (r->headers_in.msie6) {
789 if (r->method == NGX_HTTP_POST) { 789 if (r->method == NGX_HTTP_POST) {
790 /* 790 /*
791 * MSIE may wait for some time if an response for 791 * MSIE may wait for some time if an response for
792 * a POST request was sent over a keepalive connection 792 * a POST request was sent over a keepalive connection
793 */ 793 */
794 r->keepalive = 0; 794 r->keepalive = 0;
795 } 795 }
796 796
797 } else if (r->headers_in.safari) { 797 } else if (r->headers_in.safari) {
798 /* 798 /*
799 * Safari may send a POST request to a closed keepalive 799 * Safari may send a POST request to a closed keepalive