Remove giving up on errors

This commit is contained in:
Alex 2020-04-16 20:33:50 +02:00
parent 7d59c25676
commit 8b5e919da2
Signed by: caskd
GPG Key ID: F92BA85F61F4C173
1 changed files with 0 additions and 3 deletions

View File

@ -51,9 +51,6 @@ sub vcl_pipe {
return (pipe);
}
sub vcl_backend_response {
if (beresp.status == 500 || beresp.status == 502 || beresp.status == 503 || beresp.status == 504) {
return (abandon);
}
if (beresp.http.Cache-Control ~ "public") {
return (deliver);
}