Skip to content

Commit 944c3b5

Browse files
authored
fix: properly pass headers to client for rejection scenarios (#2059)
1 parent 3773f78 commit 944c3b5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

scenarios/rejection.benchmarks.yml

Lines changed: 4 additions & 4 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

@@ -106,7 +106,7 @@ scenarios:
106106
connections: 32
107107
serverScheme: https
108108
customHeaders:
109-
- X-Custom: "Québec"
109+
- "X-Custom: Québec"
110110

111111
kestrel-hostheader-mismatch:
112112
application:
@@ -118,4 +118,4 @@ scenarios:
118118
connections: 32
119119
serverScheme: https
120120
customHeaders:
121-
- Host: "google.com"
121+
- "Host: google.com"

0 commit comments

Comments
 (0)