-
Notifications
You must be signed in to change notification settings - Fork 237
Open
Labels
need/triageNeeds initial labeling and prioritizationNeeds initial labeling and prioritization
Description
running conformance tests for @helia/verified-fetch
results in the following error:
{
"Time":"2025-02-11T09:07:30.674466-06:00",
"Action":"output",
"Package":"Gateway Tests",
"Test":"TestTar/GET_TAR_with_format=tar_and_extract/Header_Etag",
"Output":" Error: Header 'Etag' expect to find substring 'W/\"bafkreialihlqnf5uwo4byh4n3cmwlntwqzxxs2fg5vanqdi3d7tb2l5xkm.x-tar', got '\"bafkreialihlqnf5uwo4byh4n3cmwlntwqzxxs2fg5vanqdi3d7tb2l5xkm.tar\"'\n"
}
However, there is no clarification on etag headers in the tar-response spec. We should link to
specs/src/http-gateways/path-gateway.md
Line 410 in f504d04
- Example: If TAR stream is generated by traversing an UnixFS directory in non-deterministic |
Additional question(s):
- Should tar responses only include etag ending in
x-tar
, or only when it's a weak etag?
Metadata
Metadata
Assignees
Labels
need/triageNeeds initial labeling and prioritizationNeeds initial labeling and prioritization