class HTTP::Timeout::Global

def readpartial(size, buffer = nil)

Read from the socket
def readpartial(size, buffer = nil)
  perform_io { read_nonblock(size, buffer) }
end