Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
guybedford committed May 23, 2024
1 parent 0cf26c5 commit e155440
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions runtime/fastly/builtins/fetch/fetch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,9 @@ bool fetch(JSContext *cx, unsigned argc, Value *vp) {
if (!response_promise)
return ReturnPromiseRejectedWithPendingError(cx, args);

// if (!Request::apply_cache_override(cx, request)) {
// return false;
// }
if (!Request::apply_cache_override(cx, request)) {
return false;
}

if (!Request::apply_auto_decompress_gzip(cx, request)) {
return false;
Expand Down

0 comments on commit e155440

Please sign in to comment.