File tree Expand file tree Collapse file tree 5 files changed +8
-5
lines changed Expand file tree Collapse file tree 5 files changed +8
-5
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"
Original file line number Diff line number Diff line change @@ -169,7 +169,7 @@ scenarios:
169
169
job : dockerLinuxKestrelServer
170
170
buildArguments :
171
171
# openssl version to install
172
- - OPENSSL_VERSION="3.3.2-r4 "
172
+ - OPENSSL_VERSION="3.3.3-r0 "
173
173
# lookup for openssl+branch version here https://pkgs.alpinelinux.org/packages?name=openssl&branch=v3.20&repo=&arch=x86_64
174
174
- ALPINE_BRANCH="v3.21"
175
175
load :
Original file line number Diff line number Diff line change 5
5
require (
6
6
google.golang.org/grpc v1.64.1
7
7
google.golang.org/protobuf v1.34.1
8
+ github.com/golang/glog v1.2.4
8
9
)
9
10
10
11
require (
Original file line number Diff line number Diff line change 5
5
require (
6
6
google.golang.org/grpc v1.65.0
7
7
google.golang.org/protobuf v1.34.2
8
+ github.com/golang/glog v1.2.4
8
9
)
9
10
10
11
require (
Original file line number Diff line number Diff line change 5
5
require (
6
6
google.golang.org/grpc v1.65.0
7
7
google.golang.org/protobuf v1.34.2
8
+ github.com/golang/glog v1.2.4
8
9
)
9
10
10
11
require (
You can’t perform that action at this time.
0 commit comments