diff options
| author | Maxim Dounin <mdounin@mdounin.ru> | 2011-09-15 19:21:19 +0000 |
|---|---|---|
| committer | Maxim Dounin <mdounin@mdounin.ru> | 2011-09-15 19:21:19 +0000 |
| commit | f84c69a3014dd2c4479e4c07e487f8aaa22d336f (patch) | |
| tree | a0ff6d55a28afe7b4c2116b09ab2be071d77a829 /src/http/ngx_http_upstream.h | |
| parent | 4686f30a0c2f3746d022e6a5855847d4738d264f (diff) | |
| download | nginx-f84c69a3014dd2c4479e4c07e487f8aaa22d336f.tar.gz nginx-f84c69a3014dd2c4479e4c07e487f8aaa22d336f.tar.bz2 | |
Upstream: Connection header processing.
Diffstat (limited to 'src/http/ngx_http_upstream.h')
| -rw-r--r-- | src/http/ngx_http_upstream.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/http/ngx_http_upstream.h b/src/http/ngx_http_upstream.h index 4bb79575c..bcdd64b16 100644 --- a/src/http/ngx_http_upstream.h +++ b/src/http/ngx_http_upstream.h @@ -227,6 +227,7 @@ typedef struct { ngx_array_t cache_control; + unsigned connection_close:1; unsigned chunked:1; } ngx_http_upstream_headers_in_t; |
