Skip to content

Commit

Permalink
chore(unpkg): log etag
Browse files Browse the repository at this point in the history
  • Loading branch information
trieloff committed Oct 2, 2023
1 parent 7eff227 commit ccb8163
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/unpkg.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,6 @@ export async function respondUnpkg(req) {
const beresp = await fetch(bereq, {
backend: 'jsdelivr',
});
console.log('fetched [1]', bereq.url, beresp.status, beresp.headers.get('content-length'));
console.log('fetched [1]', bereq.url, beresp.status, beresp.headers.get('ETag'));
return cleanupResponse(beresp, req);
}

0 comments on commit ccb8163

Please sign in to comment.