Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
alonbg committed Sep 18, 2016
1 parent b66a970 commit a4f14f9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/ngx_stream_lua_socket_tcp.c
Original file line number Diff line number Diff line change
Expand Up @@ -143,9 +143,8 @@ static void ngx_stream_lua_ssl_handshake_handler(ngx_connection_t *c);
static int ngx_stream_lua_ssl_free_session(lua_State *L);
#endif
static void ngx_stream_lua_socket_tcp_close_connection(ngx_connection_t *c);
#if (NGX_HAVE_TRANSPARENT_PROXY)
static void ngx_stream_lua_inject_socket_option_consts(lua_State *L);
#endif


enum {
SOCKET_CTX_INDEX = 1,
Expand Down

0 comments on commit a4f14f9

Please sign in to comment.