We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ed0b56 commit e9e389fCopy full SHA for e9e389f
lib/async/http/protocol/http1/connection.rb
@@ -43,7 +43,7 @@ def http2?
43
end
44
45
def peer
46
- @peer ||= Protocol::HTTP::Peer.for(@stream.io)
+ @peer ||= ::Protocol::HTTP::Peer.for(@stream.io)
47
48
49
attr :count
lib/async/http/protocol/http2/connection.rb
@@ -113,7 +113,7 @@ def read_in_background(parent: Task.current)
113
attr :promises
114
115
116
117
118
119
0 commit comments