soulbird commented on code in PR #8824:
URL: https://github.com/apache/apisix/pull/8824#discussion_r1119486102
##########
t/core/request.t:
##########
@@ -439,3 +439,47 @@ while ($i <= 101) {
$s
--- response_body
101
+
+
+
+=== TEST 15: add header
+--- config
+ location /t {
+ content_by_lua_block {
+ local core = require("apisix.core")
Review Comment:
It is better to use `local json = require("toolkit.json")`, because it will
sort the keys of the table
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]