From 67d856e4b700e744f1ef814f9d868f42e5137639 Mon Sep 17 00:00:00 2001 From: Markus Triska Date: Wed, 23 Dec 2020 18:06:35 +0100 Subject: [PATCH] reflect determinism improvement thanks to the latest changes --- src/lib/http/http_open.pl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/lib/http/http_open.pl b/src/lib/http/http_open.pl index fc6304c7..e28a2a70 100644 --- a/src/lib/http/http_open.pl +++ b/src/lib/http/http_open.pl @@ -17,8 +17,7 @@ Example: ?- http_open("https://github.com/mthom/scryer-prolog", S, []). - %@ S = '$stream'(0x7f86f94a6cd0) - %@ ; false. + %@ S = '$stream'(0x7fcfc9e00f00). - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */ -- 2.54.0