mirror of
https://github.com/h2o/h2o.git
synced 2025-04-20 04:52:05 +08:00
update test
This commit is contained in:
parent
c21649fb0f
commit
59b8c46cf6
@ -44,7 +44,8 @@ for my $size (1, 100, 1_000, 10_000, 100_000, 1_000_000) {
|
||||
|
||||
for (1..10) {
|
||||
my $output = `curl -XPOST -d \@$file -sk --http2 https://127.0.0.1:$server->{tls_port}/echo`;
|
||||
is length($output), $size, "request body $size bytes";
|
||||
is length($output), $size, "request body $size bytes"
|
||||
and is $output, $bytes;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user