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 d6bc02e commit 52b76a7Copy full SHA for 52b76a7
src/ngx_http_lua_socket_tcp.c
@@ -18,12 +18,6 @@
18
#include "ngx_http_lua_probe.h"
19
20
21
-#if 1
22
-#undef ngx_http_lua_probe_info
23
-#define ngx_http_lua_probe_info(msg)
24
-#endif
25
-
26
27
static int ngx_http_lua_socket_tcp(lua_State *L);
28
static int ngx_http_lua_socket_tcp_connect(lua_State *L);
29
static int ngx_http_lua_socket_tcp_receive(lua_State *L);
@@ -4304,10 +4298,6 @@ ngx_http_lua_socket_tcp_resume(ngx_http_request_t *r)
4304
4298
4305
4299
coctx = ctx->cur_co_ctx;
4306
4300
4307
-#if 0
4308
- ngx_http_lua_probe_info("tcp resume");
4309
4310
4311
4301
dd("coctx: %p", coctx);
4312
4302
4313
4303
u = coctx->data;
0 commit comments