File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -27,9 +27,9 @@ Table of Contents
27
27
* [ resty.core.time] ( #restycoretime )
28
28
* [ resty.core.worker] ( #restycoreworker )
29
29
* [ resty.core.phase] ( #restycorephase )
30
+ * [ resty.core.socket.tcp] ( #restycoresockettcp )
30
31
* [ resty.core.ndk] ( #restycorendk )
31
32
* [ resty.core.socket] ( #restycoresocket )
32
- * [ resty.core.socket_tcp] ( #restycoresocket_tcp )
33
33
* [ ngx.semaphore] ( #ngxsemaphore )
34
34
* [ ngx.balancer] ( #ngxbalancer )
35
35
* [ ngx.ssl] ( #ngxssl )
@@ -261,7 +261,7 @@ in the current request before you reusing the `ctx` table in some other place.
261
261
262
262
[ Back to TOC] ( #table-of-contents )
263
263
264
- ## resty.core.socket_tcp
264
+ ## resty.core.socket.tcp
265
265
266
266
* [ tcpsock: tlshandshake ] ( https://github.com/openresty/lua-nginx-module#tcpsocktlshandshake )
267
267
* [ tcpsock: sslhandshake ] ( https://github.com/openresty/lua-nginx-module#tcpsocksslhandshake )
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ if subsystem == 'http' then
20
20
require " resty.core.phase"
21
21
require " resty.core.ndk"
22
22
require " resty.core.socket"
23
- require " resty.core.socket_tcp "
23
+ require " resty.core.socket.tcp "
24
24
end
25
25
26
26
File renamed without changes.
You can’t perform that action at this time.
0 commit comments