test: use the same buffer size across different platforms (#3436)

The buffer size in x86 is 8k while the one in arm64 is 16k.

Fix #3355
This commit is contained in:
罗泽轩 2021-01-27 22:38:09 +08:00 committed by GitHub
parent 97a0956614
commit b32cec71aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

1
t/APISIX.pm vendored
View File

@ -382,6 +382,7 @@ _EOC_
underscores_in_headers on;
lua_socket_log_errors off;
client_body_buffer_size 8k;
upstream apisix_backend {
server 0.0.0.1;