Merge pull request #203 from iamqizhao/master

add h2 into ALPN protocol
This commit is contained in:
Qi Zhao 2015-05-27 18:43:32 -07:00
Родитель cfe0cb70f4 ffe2c5d7aa
Коммит 4674062dc7
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -54,7 +54,7 @@ import (
var (
// alpnProtoStr are the specified application level protocols for gRPC.
alpnProtoStr = []string{"h2-14", "h2-15", "h2-16"}
alpnProtoStr = []string{"h2", "h2-14", "h2-15", "h2-16"}
)
// Credentials defines the common interface all supported credentials must