Closed josephmturner closed 1 year ago
Just to clarify, the Last-Modified
header should be getting set on the response to a GET
on the file and it currently isn't right?
Found the bug. This also affected the HEAD
requests.
Maybe TypeScript types would have caught this issue early on. :P
Fixed in hypercore-fetch@9.0.6 and out in hyper-gateway@3.0.3
Thanks! I can confirm this is no longer an issue.
Files created with
PUT
requests should have aLast-Modified
header, but they currently do not.