comparison src/http/ngx_http_upstream_round_robin.h @ 348:e10168d6e371 NGINX_0_6_18

nginx 0.6.18 *) Change: now the ngx_http_userid_module adds start time microseconds to the cookie field contains a pid value. *) Change: now the full request line instead of URI only is written to error_log. *) Feature: variables support in the "proxy_pass" directive. *) Feature: the "resolver" and "resolver_timeout" directives. *) Feature: now the directive "add_header last-modified ''" deletes a "Last-Modified" response header line. *) Bugfix: the "limit_rate" directive did not allow to use full throughput, even if limit value was very high.
author Igor Sysoev <http://sysoev.ru>
date Tue, 27 Nov 2007 00:00:00 +0300
parents 9fc4ab6673f9
children c04fa65fe604
comparison
equal deleted inserted replaced
347:d53199b68e17 348:e10168d6e371
63 63
64 ngx_int_t ngx_http_upstream_init_round_robin(ngx_conf_t *cf, 64 ngx_int_t ngx_http_upstream_init_round_robin(ngx_conf_t *cf,
65 ngx_http_upstream_srv_conf_t *us); 65 ngx_http_upstream_srv_conf_t *us);
66 ngx_int_t ngx_http_upstream_init_round_robin_peer(ngx_http_request_t *r, 66 ngx_int_t ngx_http_upstream_init_round_robin_peer(ngx_http_request_t *r,
67 ngx_http_upstream_srv_conf_t *us); 67 ngx_http_upstream_srv_conf_t *us);
68 ngx_int_t ngx_http_upstream_create_round_robin_peer(ngx_http_request_t *r,
69 ngx_http_upstream_resolved_t *ur);
68 ngx_int_t ngx_http_upstream_get_round_robin_peer(ngx_peer_connection_t *pc, 70 ngx_int_t ngx_http_upstream_get_round_robin_peer(ngx_peer_connection_t *pc,
69 void *data); 71 void *data);
70 void ngx_http_upstream_free_round_robin_peer(ngx_peer_connection_t *pc, 72 void ngx_http_upstream_free_round_robin_peer(ngx_peer_connection_t *pc,
71 void *data, ngx_uint_t state); 73 void *data, ngx_uint_t state);
72 74