Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/ngx_http_lua_ssl_client_helloby.c
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@ ngx_http_lua_ssl_client_hello_handler(ngx_ssl_conn_t *ssl_conn,

#if (nginx_version > 1029001)
#ifdef SSL_CLIENT_HELLO_SUCCESS
#if !defined freenginx
/* see commit 0373fe5d98c1515640 for more details */
rc = ngx_ssl_client_hello_callback(ssl_conn, al, arg);

Expand All @@ -230,6 +231,7 @@ ngx_http_lua_ssl_client_hello_handler(ngx_ssl_conn_t *ssl_conn,
}
#endif
#endif
#endif

#if (nginx_version < 1017009)
ngx_reusable_connection(c, 0);
Expand Down