mirror of
https://gitee.com/iresty/apisix.git
synced 2024-12-04 13:07:34 +08:00
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:
parent
97a0956614
commit
b32cec71aa
1
t/APISIX.pm
vendored
1
t/APISIX.pm
vendored
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user