Skip to content

bug with iterator return from tcpsock:receiveuntil #1266

@tweyseo

Description

@tweyseo

Describe the bug
the iterator return from tcpsock:receiveuntil in your ngx.lua
---@alias ngx.socket.tcpsock.iterator fun(size:number):string,string,any
should be
---@alias ngx.socket.tcpsock.iterator fun(size:number|nil):string,string,any
see receiveuntil

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions