Switch ALPN/NPN to advertise only h2

This commit is contained in:
iamqizhao 2015-07-31 14:21:24 -07:00
Родитель 923b849cb0
Коммит 075e4a60c3
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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