class Excon::Socket

def readable_bytes

def readable_bytes
  @read_buffer.length - @read_offset
end