Skip to content

Commit 756a5a9

Browse files
committed
do not load socket_tcp patch in stream module yet.
1 parent 3b5e699 commit 756a5a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/resty/core.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ if subsystem == 'http' then
1919
require "resty.core.response"
2020
require "resty.core.phase"
2121
require "resty.core.ndk"
22+
require "resty.core.socket_tcp"
2223
end
2324

2425

2526
require "resty.core.misc"
2627
require "resty.core.ctx"
27-
require "resty.core.socket_tcp"
2828

2929

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

0 commit comments

Comments
 (0)