请问有人遇到过这样的情况吗?
content_by_lua, 使用ngx.location.capture_multi发起多个子请求,然后对各子请求的response进行拼接返回给client。
返回用的是ngx.print(something...)
然后ngx.eof()
日志里出错信息:
lua entry thread aborted: runtime error: [string "content_by_lua"]:61: failed to send eof buf
试了在ngx.print后加上ngx.flush(true)也不行
请大牛指点