We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b66a970 commit a4f14f9Copy full SHA for a4f14f9
src/ngx_stream_lua_socket_tcp.c
@@ -143,9 +143,8 @@ static void ngx_stream_lua_ssl_handshake_handler(ngx_connection_t *c);
143
static int ngx_stream_lua_ssl_free_session(lua_State *L);
144
#endif
145
static void ngx_stream_lua_socket_tcp_close_connection(ngx_connection_t *c);
146
-#if (NGX_HAVE_TRANSPARENT_PROXY)
147
static void ngx_stream_lua_inject_socket_option_consts(lua_State *L);
148
-#endif
+
149
150
enum {
151
SOCKET_CTX_INDEX = 1,
0 commit comments