Skip to content

Commit 6b8d2b5

Browse files
committed
Add missing require for Async.
1 parent 9b034a8 commit 6b8d2b5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/async/http/server.rb

+1-2
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,9 @@
44
# Copyright, 2017-2024, by Samuel Williams.
55
# Copyright, 2019, by Brian Morearty.
66

7+
require 'async'
78
require 'io/endpoint'
8-
99
require 'protocol/http/middleware'
10-
1110
require 'traces/provider'
1211

1312
require_relative 'protocol'

0 commit comments

Comments
 (0)