Skip to content

Commit

Permalink
Require shared endpoint by default. (socketry#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Apr 23, 2024
1 parent e5380fd commit 5104763
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 5104763

Please sign in to comment.