comparison src/http/ngx_http_upstream.c @ 5054:be9ce2946a8e stable-1.2

Merge of r4991: fixed proxied HEAD requests with gzip enabled. Fixed HEAD requests handling when proxying is used (ticket #261).
author Maxim Dounin <mdounin@mdounin.ru>
date Mon, 11 Feb 2013 14:39:49 +0000
parents 48d1606107d4
children d6980725e25c
comparison
equal deleted inserted replaced
5053:004af18ddb86 5054:be9ce2946a8e
3097 } 3097 }
3098 3098
3099 r->connection->log->action = "sending to client"; 3099 r->connection->log->action = "sending to client";
3100 3100
3101 if (rc == 0 3101 if (rc == 0
3102 && !r->header_only
3102 #if (NGX_HTTP_CACHE) 3103 #if (NGX_HTTP_CACHE)
3103 && !r->cached 3104 && !r->cached
3104 #endif 3105 #endif
3105 ) 3106 )
3106 { 3107 {