Skip to content

Commit 1829004

Browse files
author
alonbg
committed
merge fixes
1 parent d60c2fb commit 1829004

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/ngx_stream_lua_socket_tcp.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ ngx_stream_lua_inject_socket_tcp_api(ngx_log_t *log, lua_State *L)
293293
/* }}} */
294294

295295
/* {{{tcp object metatable */
296-
lua_pushlightuserdata(L, &ngx_stream_lua_skcoet_tcp_metatable_key);
296+
lua_pushlightuserdata(L, &ngx_stream_lua_socket_tcp_metatable_key);
297297
lua_createtable(L, 0 /* narr */, 12 /* nrec */);
298298

299299
lua_pushcfunction(L, ngx_stream_lua_socket_tcp_bind);

t/062-count.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ worker: 4
249249
ngx.say("n = ", n)
250250
}
251251
--- stream_response
252-
n = 7
252+
n = 8
253253
--- no_error_log
254254
[error]
255255

t/137-udp-count.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ __DATA__
4040
}
4141
4242
--- dgram_response chomp
43-
n = 6
43+
n = 8
4444
--- no_error_log
4545
[error]
4646

0 commit comments

Comments
 (0)