fix error in macOS's metadata rejection

This commit is contained in:
ProgrammerIn-wonderland
2025-08-22 17:05:59 -04:00
parent c1f83bd85f
commit 1907e2db6a

View File

@@ -641,6 +641,7 @@ async function handleWebDavServer(filePath, req, res) {
<d:error xmlns:d="DAV:">
<d:valid-resourcename>macOS metadata files not permitted</d:valid-resourcename>
</d:error>`);
return;
}
// Handle Expect: 100-continue header