class WEBrick::HTTPRequest

def read_data(io, size)

def read_data(io, size)
  _read_data(io, :read, size)
end