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 b55d0ec commit e7d89c0Copy full SHA for e7d89c0
src/ngx_http_lua_socket_tcp.c
@@ -5185,6 +5185,8 @@ ngx_http_lua_ssl_free_session(lua_State *L)
5185
return 0;
5186
}
5187
5188
+#endif /* NGX_HTTP_SSL */
5189
+
5190
5191
void
5192
ngx_http_lua_cleanup_conn_pools(lua_State *L)
@@ -5222,6 +5224,4 @@ ngx_http_lua_cleanup_conn_pools(lua_State *L)
5222
5224
lua_pop(L, 1);
5223
5225
5226
-#endif /* NGX_HTTP_SSL */
-
5227
/* vi:set ft=c ts=4 sw=4 et fdm=marker: */
0 commit comments