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 0547c25 commit 02b5e49Copy full SHA for 02b5e49
src/ngx_http_lua_socket_tcp.c
@@ -227,9 +227,9 @@ static char ngx_http_lua_pattern_udata_metatable_key;
227
228
229
#define ngx_http_lua_tcp_socket_metatable_literal_key "__tcp_cosocket_mt"
230
-#define ngx_http_lua_tcp_req_socket_metatable_literal_key \
+#define ngx_http_lua_tcp_req_socket_metatable_literal_key \
231
"__tcp_req_cosocket_mt"
232
-#define ngx_http_lua_tcp_raw_req_socket_metatable_literal_key \
+#define ngx_http_lua_tcp_raw_req_socket_metatable_literal_key \
233
"__tcp_raw_req_cosocket_mt"
234
235
0 commit comments