Skip to content

Commit f9b79fa

Browse files
committed
fix header passing to bombardier!
1 parent 3773f78 commit f9b79fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scenarios/rejection.benchmarks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ scenarios:
6969
connections: 32
7070
serverScheme: https
7171
customHeaders:
72-
- X-Custom: "Québec"
72+
- "X-Custom: Québec"
7373

7474
httpsys-hostheader-mismatch:
7575
application:
@@ -81,7 +81,7 @@ scenarios:
8181
connections: 32
8282
serverScheme: https
8383
customHeaders:
84-
- Host: "google.com"
84+
- "Host: google.com"
8585

8686
# Kestrel
8787

0 commit comments

Comments
 (0)