comparison src/event/ngx_event.c @ 24:77c7629a2627

nginx-0.0.1-2002-12-10-21:05:12 import
author Igor Sysoev <igor@sysoev.ru>
date Tue, 10 Dec 2002 18:05:12 +0000
parents 72ad26c77d2d
children 53cb81681040
comparison
equal deleted inserted replaced
23:f540a63026c9 24:77c7629a2627
72 ngx_connections[fd].family = s[i].family; 72 ngx_connections[fd].family = s[i].family;
73 ngx_connections[fd].socklen = s[i].socklen; 73 ngx_connections[fd].socklen = s[i].socklen;
74 ngx_connections[fd].sockaddr = ngx_palloc(pool, s[i].socklen); 74 ngx_connections[fd].sockaddr = ngx_palloc(pool, s[i].socklen);
75 ngx_connections[fd].addr = s[i].addr; 75 ngx_connections[fd].addr = s[i].addr;
76 ngx_connections[fd].addr_text = s[i].addr_text; 76 ngx_connections[fd].addr_text = s[i].addr_text;
77 ngx_connections[fd].addr_textlen = s[i].addr_textlen;
78 ngx_connections[fd].post_accept_timeout = s[i].post_accept_timeout; 77 ngx_connections[fd].post_accept_timeout = s[i].post_accept_timeout;
79 78
80 ngx_connections[fd].server = s[i].server; 79 ngx_connections[fd].server = s[i].server;
81 ngx_connections[fd].handler = s[i].handler; 80 ngx_connections[fd].handler = s[i].handler;
82 ngx_connections[fd].log = s[i].log; 81 ngx_connections[fd].log = s[i].log;