class HTTP::Response::Parser

def chunk

def chunk
  chunk  = @chunk
  @chunk = nil
  chunk
end