mirror of
https://github.com/nginx/nginx.git
synced 2024-12-28 09:51:04 -06:00
delete never used ngx_ssl_set_nosendshut()
This commit is contained in:
parent
6efa56fe7f
commit
a8da6c2ae6
@ -163,11 +163,6 @@ struct ngx_connection_s {
|
||||
};
|
||||
|
||||
|
||||
#ifndef ngx_ssl_set_nosendshut
|
||||
#define ngx_ssl_set_nosendshut(ssl)
|
||||
#endif
|
||||
|
||||
|
||||
ngx_int_t ngx_set_inherited_sockets(ngx_cycle_t *cycle);
|
||||
ngx_int_t ngx_open_listening_sockets(ngx_cycle_t *cycle);
|
||||
void ngx_configure_listening_socket(ngx_cycle_t *cycle);
|
||||
|
Loading…
Reference in New Issue
Block a user