Skip to content

Commit 6058ad6

Browse files
authored
Merge pull request #1268 from tweyseo/bugfix
bugfix
2 parents ab1838e + c5f8a22 commit 6058ad6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meta/3rd/OpenResty/library/ngx.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3112,7 +3112,7 @@ function tcpsock:receiveany(max) end
31123112
---
31133113
--- This method does not automatically closes the current connection when the read timeout error happens. For other connection errors, this method always automatically closes the connection.
31143114
---
3115-
---@alias ngx.socket.tcpsock.iterator fun(size:number):string,string,any
3115+
---@alias ngx.socket.tcpsock.iterator fun(size:number|nil):string,string,any
31163116
---
31173117
---@overload fun(self:tcpsock, size:number, options:table):ngx.socket.tcpsock.iterator
31183118
---

0 commit comments

Comments
 (0)