From 300a1d6e8033f1766d5203b15ff3ea8570e4b79b Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Sun, 23 Oct 2016 14:25:13 -0700 Subject: 3564 Change the interface for reading a URL slightly so that we can directly use the path in `assume-resources`. --- http-client.mu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'http-client.mu') diff --git a/http-client.mu b/http-client.mu index 8c781e5f..f8e86046 100644 --- a/http-client.mu +++ b/http-client.mu @@ -2,7 +2,7 @@ def main [ local-scope - google:&:source:char <- start-reading-from-network 0/real-resources, [google.com], [/] + google:&:source:char <- start-reading-from-network 0/real-resources, [google.com/] n:num <- copy 0 buf:&:buffer <- new-buffer 30 { -- cgit 1.4.1-2-gfad0