diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2017-04-18 11:33:33 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2017-04-18 11:33:33 -0700 |
commit | 6c52e24e2996a77aa6297b26159003d503aef8a0 (patch) | |
tree | 7546851659eca4b166e42c4a5f236caf0a2281f1 /html/http-server.mu.html | |
parent | bd58d18a2308ae5b53a6f5df1e67203739396d8f (diff) | |
download | mu-6c52e24e2996a77aa6297b26159003d503aef8a0.tar.gz |
3830 - crosslink shape-shifting containers in html
Diffstat (limited to 'html/http-server.mu.html')
-rw-r--r-- | html/http-server.mu.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/html/http-server.mu.html b/html/http-server.mu.html index f1e97cc7..21ee77c7 100644 --- a/html/http-server.mu.html +++ b/html/http-server.mu.html @@ -71,8 +71,8 @@ if ('onhashchange' in window) { <span id="L13" class="LineNr">13 </span> $print <span class="Constant">[Mu socket creation returned ]</span>, socket, <span class="Constant">10/newline</span> <span id="L14" class="LineNr">14 </span> <span class="muControl">return-unless</span> socket <span id="L15" class="LineNr">15 </span> session:num <span class="Special"><-</span> $accept socket -<span id="L16" class="LineNr">16 </span> contents:&:source:char, sink:&:sink:char <span class="Special"><-</span> <a href='075channel.mu.html#L51'>new-channel</a><span class="Constant"> 30</span> -<span id="L17" class="LineNr">17 </span> sink <span class="Special"><-</span> start-running <a href='092socket.mu.html#L104'>receive-from-socket</a> session, sink +<span id="L16" class="LineNr">16 </span> contents:&:<a href='075channel.mu.html#L43'>source</a>:char, <a href='075channel.mu.html#L47'>sink</a>:&:<a href='075channel.mu.html#L47'>sink</a>:char <span class="Special"><-</span> <a href='075channel.mu.html#L51'>new-channel</a><span class="Constant"> 30</span> +<span id="L17" class="LineNr">17 </span> <a href='075channel.mu.html#L47'>sink</a> <span class="Special"><-</span> start-running <a href='092socket.mu.html#L104'>receive-from-socket</a> session, <a href='075channel.mu.html#L47'>sink</a> <span id="L18" class="LineNr">18 </span> query:text <span class="Special"><-</span> <a href='075channel.mu.html#L487'>drain</a> contents <span id="L19" class="LineNr">19 </span> $print <span class="Constant">[Done reading from socket.]</span>, <span class="Constant">10/newline</span> <span id="L20" class="LineNr">20 </span> <a href='092socket.mu.html#L132'>write-to-socket</a> session, <span class="Constant">[HTTP/1.0 200 OK</span> |