From da11e25942b4a6d2e1fd7713cbb9661e3c780940 Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Mon, 20 Apr 2020 18:50:06 +0200 Subject: [PATCH] doc --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 982262f..f8339c2 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,15 @@ This library is part of [babashka](https://github.com/borkdude/babashka/) but can also be used with JVM Clojure. Check `CHANGES.md` before upgrading as the API may still undergo some changes. Contributions welcome. +## Windows + +If you are seeing `The system cannot find the path specified` when executing a +request with `babashka.curl` in Windows, try creating the directory +`C:\Temp`. The reason for this is that `babashka.curl` parses headers via a +temporary file produced by `curl`. In GraalVM 19.3.1 on Windows, the temporary +directory is hard-coded to `C:\Temp`. This will be fixed in a future version of +GraalVM. + ## Usage ``` clojure