Skip to content

Commit

Permalink
update alpn version to "h2"
Browse files Browse the repository at this point in the history
  • Loading branch information
Jxck committed Jul 10, 2015
1 parent 01c6a2b commit 4e1d6ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setting.go
Expand Up @@ -7,7 +7,7 @@ import (
const (
OVER_TLS string = "h2"
OVER_TCP = "h2c"
VERSION = OVER_TLS + "-14"
VERSION = OVER_TLS
CONNECTION_PREFACE = "PRI * HTTP/2.0\r\n\r\nSM\r\n\r\n"
)

Expand Down

0 comments on commit 4e1d6ed

Please sign in to comment.