Skip to content

Commit d876e3d

Browse files
authored
fix Delayed when required after async/http/protocol/* (#131)
1 parent c58bafb commit d876e3d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.mailmap

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
Viacheslav Koval <theathlet@yandex.ru>
22
Sam Shadwell <git@samshadwell.com>
3+
Thomas Morgan <tm@iprog.com>

lib/async/http/body/delayed.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
module Async
1010
module HTTP
1111
module Body
12-
class Delayed < Protocol::HTTP::Body::Wrapper
12+
class Delayed < ::Protocol::HTTP::Body::Wrapper
1313
def initialize(body, delay = 0.01)
1414
super(body)
1515

0 commit comments

Comments
 (0)