Skip to content

Commit f9c447e

Browse files
authored
Require shared endpoint by default. (#148)
1 parent 586aa14 commit f9c447e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/async/http/endpoint.rb

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
require 'async/io/host_endpoint'
88
require 'async/io/ssl_endpoint'
99
require 'async/io/ssl_socket'
10+
require 'async/io/shared_endpoint'
1011

1112
require_relative 'protocol/http1'
1213
require_relative 'protocol/https'

0 commit comments

Comments
 (0)