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 58a1f15 commit 3c3e8b6Copy full SHA for 3c3e8b6
src/workerd/api/r2-test.js
@@ -371,7 +371,6 @@ export default {
371
}
372
373
case 'multipleChecksums': {
374
- // Convert buffers to hex strings as expected by Cap'n Proto JSON codec
375
const toHex = (buffer) =>
376
Array.from(buffer, (b) => b.toString(16).padStart(2, '0')).join(
377
''
@@ -575,8 +574,6 @@ export default {
575
574
});
576
577
578
- // Return HEAD response with multiple checksums
579
580
581
582
0 commit comments