You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement IO#readpartial API for Connection, Body, and Inflater
Connection#readpartial now raises EOFError instead of returning nil at
end-of-stream and accepts an optional outbuf parameter, conforming to
Ruby's IO#readpartial contract. This enables IO.copy_stream and other
IO-expecting interfaces to work directly with connection objects.
Closes#618.
0 commit comments