Skip to content
This repository has been archived by the owner on Feb 25, 2022. It is now read-only.

Commit

Permalink
fix(error): fix remaining resp
Browse files Browse the repository at this point in the history
  • Loading branch information
trieloff committed Jun 11, 2019
1 parent dab068b commit d89b2f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/fastly/helix.vcl
Original file line number Diff line number Diff line change
Expand Up @@ -652,7 +652,7 @@ sub hlx_deliver_type {
* 2. no error page could be found, so set the correct status code and deliver a fallback
*/
sub hlx_deliver_error {
set req.http.X-Trace = req.http.X-Trace + "; hlx_deliver_error(" + beresp.status + ")";
set req.http.X-Trace = req.http.X-Trace + "; hlx_deliver_error(" + resp.status + ")";
if (resp.status == 200) {
# TODO: fix headers
} else {
Expand Down

0 comments on commit d89b2f6

Please sign in to comment.