371372373374375376377378379380381
// This exception is only thrown in the "fail early on 404" case, in which case // no output was written and we didn't serve the request. return false; } } finally { proxy.destroy(); } // We served this request return true; }