Skip to content

Commit

Permalink
fix Delayed when required after async/http/protocol/* (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
zarqman authored Sep 5, 2023
1 parent c58bafb commit d876e3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .mailmap
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
Viacheslav Koval <theathlet@yandex.ru>
Sam Shadwell <git@samshadwell.com>
Thomas Morgan <tm@iprog.com>
2 changes: 1 addition & 1 deletion lib/async/http/body/delayed.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
module Async
module HTTP
module Body
class Delayed < Protocol::HTTP::Body::Wrapper
class Delayed < ::Protocol::HTTP::Body::Wrapper
def initialize(body, delay = 0.01)
super(body)

Expand Down

0 comments on commit d876e3d

Please # to comment.