Skip to content

Commit

Permalink
Require shared endpoint by default. (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix authored Jan 22, 2024
1 parent 586aa14 commit f9c447e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/async/http/endpoint.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
require 'async/io/host_endpoint'
require 'async/io/ssl_endpoint'
require 'async/io/ssl_socket'
require 'async/io/shared_endpoint'

require_relative 'protocol/http1'
require_relative 'protocol/https'
Expand Down

0 comments on commit f9c447e

Please # to comment.