We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6767f0c commit a916376Copy full SHA for a916376
README.markdown
@@ -269,8 +269,8 @@ in the current request before you reusing the `ctx` table in some other place.
269
## resty.core.socket
270
271
* [socket.setoption](https://github.com/openresty/lua-nginx-module#tcpsocksetoption)
272
-* [socket:setclientcert](https://github.com/openresty/lua-nginx-module#tcpsocksetclientcert)
273
-* [socket:sslhandshake](https://github.com/openresty/lua-nginx-module#tcpsocksslhandshake)
+* [socket.setclientcert](https://github.com/openresty/lua-nginx-module#tcpsocksetclientcert)
+* [socket.sslhandshake](https://github.com/openresty/lua-nginx-module#tcpsocksslhandshake)
274
275
[Back to TOC](#table-of-contents)
276
0 commit comments