func (r *rewrite) Write(b []byte) (int, error) {
    if r.isNotFound {
        return len(b), nil
    }