leslie-tsang commented on code in PR #9267:
URL: https://github.com/apache/apisix/pull/9267#discussion_r1168112942
##########
t/plugin/body-transformer.t:
##########
@@ -23,9 +23,19 @@ no_root_location();
add_block_preprocessor(sub {
my ($block) = @_;
- if (!$block->request) {
- $block->set_value("request", "GET /t");
+ my $http_config = $block->http_config // <<_EOC_;
+
+ lua_shared_dict memory_cache 50m;
+
+ server {
+ listen 1986;
+ server_tokens off;
+
Review Comment:
It seems we don't use this server ?
--
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]