Skip to content

Commit 9906669

Browse files
committed
do not load socket_tcp patch in stream module yet.
1 parent 1ff6506 commit 9906669

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/resty/core.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ if subsystem == 'http' then
2020
require "resty.core.phase"
2121
require "resty.core.ndk"
2222
require "resty.core.socket"
23+
require "resty.core.socket_tcp"
2324
end
2425

2526

2627
require "resty.core.misc"
2728
require "resty.core.ctx"
28-
require "resty.core.socket_tcp"
2929

3030

3131
local base = require "resty.core.base"

0 commit comments

Comments
 (0)