From 8769616d275032a8afa7659fdeec209dbf38446b Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Mon, 9 Nov 2020 12:04:43 +0100 Subject: [PATCH] README [skip ci] --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3175c8e8..0b53d3ea 100644 --- a/README.md +++ b/README.md @@ -887,8 +887,8 @@ java.lang.OutOfMemoryError: Array allocation too large. ``` If your script creates many requests with relatively small payloads, choose -`org.httpkit.client` over `babashka.curl` since `babashka.curl` creates an OS -process to shell out to curl for each request. +`org.httpkit.client` over `babashka.curl` since `babashka.curl` creates a `curl` +process for each request. In the future babashka (1.0.0?) may come with an HTTP client based on the JVM 11 `java.net.http` package that ticks all the boxes (async, HTTP/2, websockets,