lib/httpx/io/unix.rb in httpx-0.24.3 vs lib/httpx/io/unix.rb in httpx-0.24.4

- old
+ new

@@ -54,9 +54,13 @@ rescue Errno::EINPROGRESS, Errno::EALREADY, ::IO::WaitReadable end + def expired? + false + end + # :nocov: def inspect "#<#{self.class}(path: #{@path}): (state: #{@state})>" end # :nocov: