comparison src/http/ngx_http_upstream.h @ 4124:0c30976f5bfa

Upstream: Connection header processing.
author Maxim Dounin <mdounin@mdounin.ru>
date Thu, 15 Sep 2011 19:21:19 +0000
parents 0ee350b5177c
children cf6a3467b5db
comparison
equal deleted inserted replaced
4123:0ee350b5177c 4124:0c30976f5bfa
225 225
226 off_t content_length_n; 226 off_t content_length_n;
227 227
228 ngx_array_t cache_control; 228 ngx_array_t cache_control;
229 229
230 unsigned connection_close:1;
230 unsigned chunked:1; 231 unsigned chunked:1;
231 } ngx_http_upstream_headers_in_t; 232 } ngx_http_upstream_headers_in_t;
232 233
233 234
234 typedef struct { 235 typedef struct {