comparison src/core/ngx_connection.h @ 2800:f75cd920eaa5

delete never used ngx_ssl_set_nosendshut()
author Igor Sysoev <igor@sysoev.ru>
date Mon, 04 May 2009 19:51:32 +0000
parents 8b54548fef6e
children 44b2081c015a
comparison
equal deleted inserted replaced
2799:8b54548fef6e 2800:f75cd920eaa5
161 ngx_atomic_t lock; 161 ngx_atomic_t lock;
162 #endif 162 #endif
163 }; 163 };
164 164
165 165
166 #ifndef ngx_ssl_set_nosendshut
167 #define ngx_ssl_set_nosendshut(ssl)
168 #endif
169
170
171 ngx_int_t ngx_set_inherited_sockets(ngx_cycle_t *cycle); 166 ngx_int_t ngx_set_inherited_sockets(ngx_cycle_t *cycle);
172 ngx_int_t ngx_open_listening_sockets(ngx_cycle_t *cycle); 167 ngx_int_t ngx_open_listening_sockets(ngx_cycle_t *cycle);
173 void ngx_configure_listening_socket(ngx_cycle_t *cycle); 168 void ngx_configure_listening_socket(ngx_cycle_t *cycle);
174 void ngx_close_listening_sockets(ngx_cycle_t *cycle); 169 void ngx_close_listening_sockets(ngx_cycle_t *cycle);
175 void ngx_close_connection(ngx_connection_t *c); 170 void ngx_close_connection(ngx_connection_t *c);