class Protocol::HTTP::Body::Buffered

def close(error = nil)

Ensure that future reads return nil, but allow for rewinding.
def close(error = nil)
	@index = @chunks.length
	
	return nil
end