comparison src/http/modules/ngx_http_proxy_module.c @ 3976:215fe9223419

update r3945 with more descriptive error message
author Igor Sysoev <igor@sysoev.ru>
date Fri, 29 Jul 2011 15:33:03 +0000
parents f4c49c9e4bb5
children 2527cdb8d31f
comparison
equal deleted inserted replaced
3975:3ce20f216ede 3976:215fe9223419
1705 conf->upstream.change_buffering = 1; 1705 conf->upstream.change_buffering = 1;
1706 1706
1707 conf->headers_hash_max_size = NGX_CONF_UNSET_UINT; 1707 conf->headers_hash_max_size = NGX_CONF_UNSET_UINT;
1708 conf->headers_hash_bucket_size = NGX_CONF_UNSET_UINT; 1708 conf->headers_hash_bucket_size = NGX_CONF_UNSET_UINT;
1709 1709
1710 ngx_str_set(&conf->upstream.module, "proxy");
1711
1710 return conf; 1712 return conf;
1711 } 1713 }
1712 1714
1713 1715
1714 static char * 1716 static char *