lib/httpx/plugins/stream.rb in httpx-1.1.5 vs lib/httpx/plugins/stream.rb in httpx-1.2.0

- old
+ new

@@ -81,10 +81,10 @@ module Plugins # # This plugin adds support for stream response (text/event-stream). # - # https://gitlab.com/honeyryderchuck/httpx/wikis/Stream + # https://gitlab.com/os85/httpx/wikis/Stream # module Stream def self.extra_options(options) options.merge(timeout: { read_timeout: Float::INFINITY, operation_timeout: 60 }) end