2 parents 173f3b4 + d7f3774 commit 9243e16Copy full SHA for 9243e16
1 file changed
lib/http/handlers/file.ts
@@ -42,6 +42,6 @@ export const file = async (
42
});
43
44
return function staticHandler() {
45
- return response;
+ return response.clone();
46
};
47
0 commit comments