Skip to content

Commit 891be76

Browse files
committed
renamed resty.core.socket_tcp -> resty.core.socket.tcp
1 parent 42710cb commit 891be76

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ Table of Contents
2626
* [resty.core.time](#restycoretime)
2727
* [resty.core.worker](#restycoreworker)
2828
* [resty.core.phase](#restycorephase)
29+
* [resty.core.socket.tcp](#restycoresockettcp)
2930
* [resty.core.ndk](#restycorendk)
3031
* [resty.core.socket](#restycoresocket)
31-
* [resty.core.socket_tcp](#restycoresocket_tcp)
3232
* [ngx.semaphore](#ngxsemaphore)
3333
* [ngx.balancer](#ngxbalancer)
3434
* [ngx.ssl](#ngxssl)
@@ -244,7 +244,7 @@ API Implemented
244244

245245
[Back to TOC](#table-of-contents)
246246

247-
## resty.core.socket_tcp
247+
## resty.core.socket.tcp
248248

249249
* [tcpsock:tlshandshake](https://github.com/openresty/lua-nginx-module#tcpsocktlshandshake)
250250
* [tcpsock:sslhandshake](https://github.com/openresty/lua-nginx-module#tcpsocksslhandshake)

lib/resty/core.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ 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"
23+
require "resty.core.socket.tcp"
2424
end
2525

2626

File renamed without changes.

0 commit comments

Comments
 (0)