comparison src/http/ngx_http_upstream.h @ 3399:ac9c0380337d

fix typo
author Igor Sysoev <igor@sysoev.ru>
date Wed, 23 Dec 2009 14:22:17 +0000
parents fcd98af88df3
children 62a4fd1e6e2c
comparison
equal deleted inserted replaced
3398:236634d2b603 3399:ac9c0380337d
321 321
322 ngx_int_t ngx_http_upstream_create(ngx_http_request_t *r); 322 ngx_int_t ngx_http_upstream_create(ngx_http_request_t *r);
323 void ngx_http_upstream_init(ngx_http_request_t *r); 323 void ngx_http_upstream_init(ngx_http_request_t *r);
324 ngx_http_upstream_srv_conf_t *ngx_http_upstream_add(ngx_conf_t *cf, 324 ngx_http_upstream_srv_conf_t *ngx_http_upstream_add(ngx_conf_t *cf,
325 ngx_url_t *u, ngx_uint_t flags); 325 ngx_url_t *u, ngx_uint_t flags);
326 char *ngx_http_upsteam_bind_set_slot(ngx_conf_t *cf, ngx_command_t *cmd, 326 char *ngx_http_upstream_bind_set_slot(ngx_conf_t *cf, ngx_command_t *cmd,
327 void *conf); 327 void *conf);
328 ngx_int_t ngx_http_upstream_hide_headers_hash(ngx_conf_t *cf, 328 ngx_int_t ngx_http_upstream_hide_headers_hash(ngx_conf_t *cf,
329 ngx_http_upstream_conf_t *conf, ngx_http_upstream_conf_t *prev, 329 ngx_http_upstream_conf_t *conf, ngx_http_upstream_conf_t *prev,
330 ngx_str_t *default_hide_headers, ngx_hash_init_t *hash); 330 ngx_str_t *default_hide_headers, ngx_hash_init_t *hash);
331 331