Skip to content

Instantly share code, notes, and snippets.

@9268
9268 / atest.t
Last active February 16, 2023 08:11
使用body_filter_by_lua时ngx.say的奇怪表现
=== TEST 1: arg[1] not change and say long string
--- config
location /t {
header_filter_by_lua_block {ngx.header.content_length = nil}
bodyfilter_by_lua_block {
local function anyting_not_change_arg1()
return
end
anyting_not_change_arg1()
}