class HTTP::Timeout::Global

def readpartial(size)

Read from the socket
def readpartial(size)
  perform_io { read_nonblock(size) }
end