Skip to content

Commit 75ee7de

Browse files
committed
we dont need httpS here?
1 parent 4b83f54 commit 75ee7de

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

scenarios/rejection.benchmarks.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ scenarios:
5858
path: /unknown/%09
5959
presetHeaders: connectionclose
6060
connections: 32
61-
serverScheme: https
61+
serverScheme: http
6262

6363
httpsys-header-symbols:
6464
application:
@@ -68,7 +68,7 @@ scenarios:
6868
variables:
6969
path: /hello-world
7070
connections: 32
71-
serverScheme: https
71+
serverScheme: http
7272
customHeaders:
7373
- "X-Custom: Québec"
7474

@@ -80,7 +80,7 @@ scenarios:
8080
variables:
8181
path: /hello-world
8282
connections: 32
83-
serverScheme: https
83+
serverScheme: http
8484
customHeaders:
8585
- "Host: google.com"
8686

@@ -95,7 +95,7 @@ scenarios:
9595
path: /unknown/%09
9696
presetHeaders: connectionclose
9797
connections: 32
98-
serverScheme: https
98+
serverScheme: http
9999

100100
kestrel-header-symbols:
101101
application:
@@ -105,7 +105,7 @@ scenarios:
105105
variables:
106106
path: /hello-world
107107
connections: 32
108-
serverScheme: https
108+
serverScheme: http
109109
customHeaders:
110110
- "X-Custom: Québec"
111111

@@ -117,6 +117,6 @@ scenarios:
117117
variables:
118118
path: /hello-world
119119
connections: 32
120-
serverScheme: https
120+
serverScheme: http
121121
customHeaders:
122122
- "Host: google.com"

0 commit comments

Comments
 (0)