Skip to content

Commit e93a40a

Browse files
committed
Prefer 'HTTP/2' as version identifier.
1 parent 7707e53 commit e93a40a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/async/http/protocol/http2.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ module Async
2727
module HTTP
2828
module Protocol
2929
module HTTP2
30-
VERSION = "h2"
30+
VERSION = "HTTP/2"
3131

3232
def self.bidirectional?
3333
true

0 commit comments

Comments
 (0)