comparison src/http/ngx_http_upstream.h @ 266:251bcd11a5b8 NGINX_0_5_3

nginx 0.5.3 *) Feature: the ngx_http_perl_module supports the $r->status, $r->log_error, and $r->sleep methods. *) Feature: the $r->variable method supports variables that do not exist in nginx configuration. *) Bugfix: the $r->has_request_body method did not work.
author Igor Sysoev <http://sysoev.ru>
date Wed, 13 Dec 2006 00:00:00 +0300
parents e0b1d0a6c629
children 2ceaee987f37
comparison
equal deleted inserted replaced
265:3d4634b3b321 266:251bcd11a5b8
92 ngx_uint_t flags; 92 ngx_uint_t flags;
93 ngx_str_t host; 93 ngx_str_t host;
94 ngx_str_t file_name; 94 ngx_str_t file_name;
95 ngx_uint_t line; 95 ngx_uint_t line;
96 in_port_t port; 96 in_port_t port;
97 in_port_t default_port;
97 }; 98 };
98 99
99 100
100 typedef struct { 101 typedef struct {
101 ngx_http_upstream_srv_conf_t *upstream; 102 ngx_http_upstream_srv_conf_t *upstream;