Skip to content

Commit 724c2e3

Browse files
committed
Update client-channel.js
1 parent 5c509a7 commit 724c2e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

worker/client-channel.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ function createResponse(data, type, status, cache) {
7474
'Content-Type': type
7575
};
7676

77-
if (!cache) headers['Cache-Control'] = 'public, max-age=0, must-revalidate';
77+
//if (!cache) headers['Cache-Control'] = 'public, max-age=0, must-revalidate';
7878

7979
// create Response from data
8080
const response = new Response(data, {

0 commit comments

Comments
 (0)