File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -26,9 +26,9 @@ Table of Contents
26
26
* [ resty.core.time] ( #restycoretime )
27
27
* [ resty.core.worker] ( #restycoreworker )
28
28
* [ resty.core.phase] ( #restycorephase )
29
+ * [ resty.core.socket.tcp] ( #restycoresockettcp )
29
30
* [ resty.core.ndk] ( #restycorendk )
30
31
* [ resty.core.socket] ( #restycoresocket )
31
- * [ resty.core.socket_tcp] ( #restycoresocket_tcp )
32
32
* [ ngx.semaphore] ( #ngxsemaphore )
33
33
* [ ngx.balancer] ( #ngxbalancer )
34
34
* [ ngx.ssl] ( #ngxssl )
@@ -244,7 +244,7 @@ API Implemented
244
244
245
245
[ Back to TOC] ( #table-of-contents )
246
246
247
- ## resty.core.socket_tcp
247
+ ## resty.core.socket.tcp
248
248
249
249
* [ tcpsock: tlshandshake ] ( https://github.com/openresty/lua-nginx-module#tcpsocktlshandshake )
250
250
* [ 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