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

Commit

Permalink
fix(static): turn on ESI processing when backend response requests it
Browse files Browse the repository at this point in the history
  • Loading branch information
trieloff committed Apr 25, 2019
1 parent 92d4c82 commit 5459d30
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions layouts/fastly/helix.vcl
Original file line number Diff line number Diff line change
Expand Up @@ -998,6 +998,10 @@ sub vcl_fetch {

call hlx_fetch_static;

if (beresp.http.X-ESI) {
esi;
}

return(deliver);
}

Expand Down

0 comments on commit 5459d30

Please sign in to comment.