Home
last modified time | relevance | path

Searched refs:no_send_shutdown (Results 1 – 7 of 7) sorted by relevance

/f-stack/app/nginx-1.16.1/src/event/
H A Dngx_event_openssl.h96 unsigned no_send_shutdown:1; member
H A Dngx_event_openssl.c1697 c->ssl->no_send_shutdown = 1; in ngx_ssl_handshake()
1810 c->ssl->no_send_shutdown = 1; in ngx_ssl_try_early_data()
2194 c->ssl->no_send_shutdown = 1; in ngx_ssl_handle_recv()
2268 c->ssl->no_send_shutdown = 1; in ngx_ssl_handle_recv()
2548 c->ssl->no_send_shutdown = 1; in ngx_ssl_write()
2663 c->ssl->no_send_shutdown = 1; in ngx_ssl_write_early()
2728 if (c->ssl->no_send_shutdown) { in ngx_ssl_shutdown()
2732 if (c->ssl->no_wait_shutdown && c->ssl->no_send_shutdown) { in ngx_ssl_shutdown()
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_upstream_keepalive_module.c458 c->ssl->no_send_shutdown = 1; in ngx_http_upstream_keepalive_close()
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_request.c1847 c->ssl->no_send_shutdown = 1; in ngx_http_process_user_agent()
3240 c->ssl->no_send_shutdown = 1; in ngx_http_keepalive_handler()
H A Dngx_http_upstream.c4269 u->peer.connection->ssl->no_send_shutdown = 1; in ngx_http_upstream_next()
/f-stack/app/nginx-1.16.1/src/stream/
H A Dngx_stream_proxy_module.c1838 pc->ssl->no_send_shutdown = 1; in ngx_stream_proxy_next_upstream()
/f-stack/app/nginx-1.16.1/src/http/v2/
H A Dngx_http_v2.c4520 c->ssl->no_send_shutdown = 1; in ngx_http_v2_idle_handler()