Skip to content

Commit 8727cdb

Browse files
committed
Fix Fortio failure on server_side_log_throw_raise
1 parent 3a3fdea commit 8727cdb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

spec/performance/bench.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,8 @@ def run_fortio_benchmark(target, route_name)
177177
*fortio_args,
178178
"-t", DURATION,
179179
"-timeout", REQUEST_TIMEOUT,
180+
# Allow redirects. Could use -L instead, but it uses the slower HTTP client.
181+
"-allow-initial-errors",
180182
"-json", fortio_json,
181183
target
182184
].join(" ")

0 commit comments

Comments
 (0)