You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/async/http/protocol/http2/connection.rb
+1-2
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,6 @@ module Connection
29
29
definitialize(*)
30
30
super
31
31
32
-
@count=0
33
32
@reader=nil
34
33
35
34
# Writing multiple frames at the same time can cause odd problems if frames are only partially written. So we use a semaphore to ensure frames are written in their entirety.
@@ -41,7 +40,7 @@ def synchronize(&block)
41
40
end
42
41
43
42
defto_s
44
-
"\#<#{self.class}#{@count} requests, #{@streams.count} active streams>"
43
+
"\#<#{self.class}#{@streams.count} active streams>"
0 commit comments