From f53746f80145a184b5e4a6974175e2f92f49dcba Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Fri, 9 Jun 2017 00:13:39 -0700 Subject: 3901 --- html/092socket.mu.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'html/092socket.mu.html') diff --git a/html/092socket.mu.html b/html/092socket.mu.html index 4bca64ec..f22f5e64 100644 --- a/html/092socket.mu.html +++ b/html/092socket.mu.html @@ -146,7 +146,7 @@ if ('onhashchange' in window) { 84 host:text, path:text <- split-at uri, 47/slash 85 socket:num <- $open-client-socket host, port 86 assert socket, [contents] - 87 req:text <- interpolate [GET _ HTTP/1.1], path + 87 req:text <- interpolate [GET _ HTTP/1.1], path 88 request-socket socket, req 89 contents:&:source:char, sink:&:sink:char <- new-channel 10000 90 start-running receive-from-client-socket-and-close socket, sink @@ -220,8 +220,8 @@ if ('onhashchange' in window) { 158 ¦ return 159 } 160 idx:num <- find-next text, delim, 0 -161 x:text <- copy-range text, 0, idx -162 y:text <- copy-range text, idx, len +161 x:text <- copy-range text, 0, idx +162 y:text <- copy-range text, idx, len 163 ] 164 165 scenario text-split-at [ -- cgit 1.4.1-2-gfad0