We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8ec71db + f53d423 commit b8b39beCopy full SHA for b8b39be
gateway/handler_defaults.go
@@ -76,6 +76,7 @@ func (i *handler) serveDefaults(ctx context.Context, w http.ResponseWriter, r *h
76
if err != nil {
77
err = fmt.Errorf("failed to resolve %s: %w", debugStr(contentPath.String()), err)
78
webError(w, err, http.StatusInternalServerError)
79
+ return false
80
}
81
} else {
82
if !i.handleRequestErrors(w, contentPath, err) {
0 commit comments