diff --git a/lib/async/http/endpoint.rb b/lib/async/http/endpoint.rb index 57122ef..723e1d3 100644 --- a/lib/async/http/endpoint.rb +++ b/lib/async/http/endpoint.rb @@ -16,9 +16,6 @@ require "uri" -# Compatibility with Ruby 3.1.2 -require "uri/wss" - module Async module HTTP # Represents a way to connect to a remote HTTP server.