This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
=== 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() | |
} |