Allow HTTP/2 max concurrent stream configuration
This commit is contained in:
parent
0d7d5a0318
commit
8c56d1a338
9 changed files with 84 additions and 4 deletions
|
@ -88,6 +88,7 @@ func TestHTTP3AdvertisedPort(t *testing.T) {
|
|||
Address: "127.0.0.1:8090",
|
||||
Transport: epConfig,
|
||||
ForwardedHeaders: &static.ForwardedHeaders{},
|
||||
HTTP2: &static.HTTP2Config{},
|
||||
HTTP3: &static.HTTP3Config{
|
||||
AdvertisedPort: 8080,
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue