You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.markdown
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3608,7 +3608,7 @@ Nginx API for Lua
3608
3608
*[ngx.socket.stream](#ngxsocketstream)
3609
3609
*[ngx.socket.tcp](#ngxsockettcp)
3610
3610
*[tcpsock:connect](#tcpsockconnect)
3611
-
*[tcpsock:setclientcert](tcpsocksetclientcert)
3611
+
*[tcpsock:setclientcert](#tcpsocksetclientcert)
3612
3612
*[tcpsock:sslhandshake](#tcpsocksslhandshake)
3613
3613
*[tcpsock:send](#tcpsocksend)
3614
3614
*[tcpsock:receive](#tcpsockreceive)
@@ -7579,7 +7579,7 @@ ngx.socket.tcp
7579
7579
Creates and returns a TCP or stream-oriented unix domain socket object (also known as one type of the "cosocket" objects). The following methods are supported on this object:
0 commit comments