Skip to content

Commit 2fd469d

Browse files
committed
refactor: removed the duplicate C function decelaration for ngx_http_lua_socket_read_handler.
1 parent c268548 commit 2fd469d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/ngx_http_lua_socket_tcp.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,6 @@ static void ngx_http_lua_socket_dummy_handler(ngx_http_request_t *r,
6969
ngx_http_lua_socket_tcp_upstream_t *u);
7070
static ngx_int_t ngx_http_lua_socket_tcp_read(ngx_http_request_t *r,
7171
ngx_http_lua_socket_tcp_upstream_t *u);
72-
static void ngx_http_lua_socket_read_handler(ngx_http_request_t *r,
73-
ngx_http_lua_socket_tcp_upstream_t *u);
7472
static int ngx_http_lua_socket_tcp_receive_retval_handler(ngx_http_request_t *r,
7573
ngx_http_lua_socket_tcp_upstream_t *u, lua_State *L);
7674
static ngx_int_t ngx_http_lua_socket_read_line(void *data, ssize_t bytes);

0 commit comments

Comments
 (0)