Switch ALPN/NPN to advertise only h2
This commit is contained in:
Родитель
923b849cb0
Коммит
075e4a60c3
|
@ -51,7 +51,7 @@ import (
|
|||
|
||||
var (
|
||||
// alpnProtoStr are the specified application level protocols for gRPC.
|
||||
alpnProtoStr = []string{"h2", "h2-14", "h2-15", "h2-16"}
|
||||
alpnProtoStr = []string{"h2"}
|
||||
)
|
||||
|
||||
// Credentials defines the common interface all supported credentials must
|
||||
|
|
Загрузка…
Ссылка в новой задаче