We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc55182 commit 0c8c9f8Copy full SHA for 0c8c9f8
index.mjs
@@ -199,7 +199,7 @@ export default {
199
// if an origin server is configured, pass the request
200
if (env.USE_ORIGIN === 'true') {
201
try {
202
- response = await fetchWithTimeout(request, {
+ response = await fetchWithTimeout(request.clone(), {
203
headers: {
204
'cache-check-complete': 'true',
205
},
0 commit comments