File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ scenarios:
69
69
connections : 32
70
70
serverScheme : https
71
71
customHeaders :
72
- - X-Custom : " Québec"
72
+ - " X-Custom: Québec"
73
73
74
74
httpsys-hostheader-mismatch :
75
75
application :
@@ -81,7 +81,7 @@ scenarios:
81
81
connections : 32
82
82
serverScheme : https
83
83
customHeaders :
84
- - Host : " google.com"
84
+ - " Host: google.com"
85
85
86
86
# Kestrel
87
87
@@ -106,7 +106,7 @@ scenarios:
106
106
connections : 32
107
107
serverScheme : https
108
108
customHeaders :
109
- - X-Custom : " Québec"
109
+ - " X-Custom: Québec"
110
110
111
111
kestrel-hostheader-mismatch :
112
112
application :
@@ -118,4 +118,4 @@ scenarios:
118
118
connections : 32
119
119
serverScheme : https
120
120
customHeaders :
121
- - Host : " google.com"
121
+ - " Host: google.com"
You can’t perform that action at this time.
0 commit comments