diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2006-05-23 14:54:58 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2006-05-23 14:54:58 +0000 |
| commit | 6f134cc2751846c7fb64e8862dfe8d57185872af (patch) | |
| tree | dc9bb5e6acdc1bc5355539a9d7f73c01c83b09c3 /src/event | |
| parent | e425c20bbe6b401f1f816fded996543212e08b0c (diff) | |
| download | nginx-release-0.3.47.tar.gz nginx-release-0.3.47.tar.bz2 | |
nginx-0.3.47-RELEASE importrelease-0.3.47
*) Feature: the "upstream" directive.
*) Change: now the "\" escape symbol in the "\"" and "\'" pairs in the
SSI command is always removed.
Diffstat (limited to 'src/event')
| -rw-r--r-- | src/event/ngx_event_connect.h | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/src/event/ngx_event_connect.h b/src/event/ngx_event_connect.h index f23c02fd2..61c268f37 100644 --- a/src/event/ngx_event_connect.h +++ b/src/event/ngx_event_connect.h @@ -14,41 +14,6 @@ typedef struct { - struct sockaddr *sockaddr; - socklen_t socklen; - - ngx_str_t name; - char *uri_separator; - - ngx_uint_t weight; - - ngx_uint_t fails; - time_t accessed; - - ngx_uint_t max_fails; - time_t fail_timeout; - -#if (NGX_SSL) - ngx_ssl_session_t *ssl_session; -#endif -} ngx_peer_t; - - -struct ngx_peers_s { - ngx_uint_t current; - ngx_uint_t weight; - - ngx_uint_t number; - ngx_uint_t last_cached; - - /* ngx_mutex_t *mutex; */ - ngx_connection_t **cached; - - ngx_peer_t peer[1]; -}; - - -typedef struct { ngx_peers_t *peers; ngx_uint_t cur_peer; ngx_uint_t tries; |
