Skip to content

Commit

Permalink
fix: properly pass headers to client for rejection scenarios (#2059)
Browse files Browse the repository at this point in the history
  • Loading branch information
DeagleGross authored Feb 7, 2025
1 parent 3773f78 commit 944c3b5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scenarios/rejection.benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ scenarios:
connections: 32
serverScheme: https
customHeaders:
- X-Custom: "Québec"
- "X-Custom: Québec"

httpsys-hostheader-mismatch:
application:
Expand All @@ -81,7 +81,7 @@ scenarios:
connections: 32
serverScheme: https
customHeaders:
- Host: "google.com"
- "Host: google.com"

# Kestrel

Expand All @@ -106,7 +106,7 @@ scenarios:
connections: 32
serverScheme: https
customHeaders:
- X-Custom: "Québec"
- "X-Custom: Québec"

kestrel-hostheader-mismatch:
application:
Expand All @@ -118,4 +118,4 @@ scenarios:
connections: 32
serverScheme: https
customHeaders:
- Host: "google.com"
- "Host: google.com"

0 comments on commit 944c3b5

Please sign in to comment.