Skip to content

fix: setup invalid header for kestrel & http.sys #2092

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
May 23, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix
  • Loading branch information
DeagleGross committed May 20, 2025
commit 640ef8cb7c9c86a32965ce6aeaee6215244cf67e
4 changes: 2 additions & 2 deletions scenarios/rejection.benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ scenarios:
variables:
connections: 32
serverScheme: https
script: https://raw.githubusercontent.com/aspnet/Benchmarks/main/src/BenchmarksApps/TLS/scripts/invalid-header.lua
script: https://raw.githubusercontent.com/aspnet/Benchmarks/main/src/BenchmarksApps/TLS/scripts/invalid-header.lua?raw=true

httpsys-hostheader-mismatch:
application:
Expand Down Expand Up @@ -110,7 +110,7 @@ scenarios:
variables:
connections: 32
serverScheme: https
script: https://raw.githubusercontent.com/aspnet/Benchmarks/main/src/BenchmarksApps/TLS/scripts/invalid-header.lua
script: https://raw.githubusercontent.com/aspnet/Benchmarks/main/src/BenchmarksApps/TLS/scripts/invalid-header.lua?raw=true

kestrel-hostheader-mismatch:
application:
Expand Down