lib/httpx/session.rb in httpx-0.24.5 vs lib/httpx/session.rb in httpx-0.24.6

- old
+ new

@@ -349,6 +349,9 @@ self end # :nocov: end end + + # session may be overridden by certain adapters. + S = Session end