class HTTP::Timeout::Null

def readpartial(size)

Read from the socket
def readpartial(size)
  @socket.readpartial(size)
rescue EOFError
  :eof
end