lib/async/http/protocol/http1/connection.rb in async-http-0.83.0 vs lib/async/http/protocol/http1/connection.rb in async-http-0.83.1
- old
+ new
@@ -41,10 +41,10 @@
def http2?
false
end
def peer
- @peer ||= Protocol::HTTP::Peer.for(@stream.io)
+ @peer ||= ::Protocol::HTTP::Peer.for(@stream.io)
end
attr :count
def concurrency