We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c58bafb commit d876e3dCopy full SHA for d876e3d
.mailmap
@@ -1,2 +1,3 @@
1
Viacheslav Koval <theathlet@yandex.ru>
2
Sam Shadwell <git@samshadwell.com>
3
+Thomas Morgan <tm@iprog.com>
lib/async/http/body/delayed.rb
@@ -9,7 +9,7 @@
9
module Async
10
module HTTP
11
module Body
12
- class Delayed < Protocol::HTTP::Body::Wrapper
+ class Delayed < ::Protocol::HTTP::Body::Wrapper
13
def initialize(body, delay = 0.01)
14
super(body)
15
0 commit comments