mirror of
https://github.com/nginx/nginx.git
synced 2026-06-26 20:01:45 +00:00
delete never used ngx_ssl_set_nosendshut()
This commit is contained in:
parent
6efa56fe7f
commit
a8da6c2ae6
1 changed files with 0 additions and 5 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue