Skip to content

Commit 4a9cb5c

Browse files
committed
FIXUP: HEAD -> DELETE
1 parent 262c81a commit 4a9cb5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/http_wasm.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -720,7 +720,7 @@ class HTTPWasmClient : public HTTPClient {
720720
Module.HEAPU8.set(LEN123, fileOnWasmHeap);
721721
return fileOnWasmHeap;
722722
},
723-
path.c_str(), n, z, "HEAD");
723+
path.c_str(), n, z, "DELETE");
724724
// clang-format on
725725

726726
i = 0;

0 commit comments

Comments
 (0)