lua-resty-httpipe icon indicating copy to clipboard operation
lua-resty-httpipe copied to clipboard

Lua HTTP client cosocket driver for OpenResty / ngx_lua, interfaces are more flexible

Results 1 lua-resty-httpipe issues
Sort by recently updated
recently updated
newest added

should also check if sock is `req-socket` in [`read_eof`](https://github.com/timebug/lua-resty-httpipe/blob/3aa5c9c72f339d43a7f1a9e6bd138a93816161ad/lib/resty/httpipe.lua#L538) function, for [`get_body_reader`](https://github.com/timebug/lua-resty-httpipe/blob/3aa5c9c72f339d43a7f1a9e6bd138a93816161ad/lib/resty/httpipe.lua#L718) will call `read_eof` function in line 720, and if state is `read_eof`, it will try to setkeepalive on...