没有人,碰到类似的问题吗?我的 http response 的内容被 cjson.encode 。
2013/3/1 Jianhua Zhu <zhuji...@gmail.com>:
> 请教,
> 调用 ngx.say(), 返回错误 failed to send data through the output filters
> google 了一下,好像是ngx_http_lua_hook.c 中,返回的,
>
> if (rc == NGX_ERROR || rc >= NGX_HTTP_SPECIAL_RESPONSE) {
> return luaL_error(L, "failed to send data through the output filters");
> }
> 是http response 太长了吗.还是什么?