comparison src/event/ngx_event_accept.c @ 88:e916a291e9aa NGINX_0_1_44

nginx 0.1.44 *) Feature: the IMAP/POP3 proxy supports SSL. *) Feature: the "proxy_timeout" directive of the ngx_imap_proxy_module. *) Feature: the "userid_mark" directive. *) Feature: the $remote_user variable value is determined independently of authorization use.
author Igor Sysoev <http://sysoev.ru>
date Tue, 06 Sep 2005 00:00:00 +0400
parents b31656313b59
children 45945fa8b8ba
comparison
equal deleted inserted replaced
87:5b7ec80c3c40 88:e916a291e9aa
254 254
255 c->ctx = ls->ctx; 255 c->ctx = ls->ctx;
256 c->servers = ls->servers; 256 c->servers = ls->servers;
257 257
258 c->recv = ngx_recv; 258 c->recv = ngx_recv;
259 c->send = ngx_send;
259 c->send_chain = ngx_send_chain; 260 c->send_chain = ngx_send_chain;
260 261
261 c->log = log; 262 c->log = log;
262 rev->log = log; 263 rev->log = log;
263 wev->log = log; 264 wev->log = log;