Commit 55ba6503733f228236f368942e29ff20f41ae16a

Thomas de Grivel 2024-07-31T14:57:01

wip httpd.kc3

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/lib/kc3/0.1/httpd.kc3 b/lib/kc3/0.1/httpd.kc3
index bdacc86..8c9a617 100644
--- a/lib/kc3/0.1/httpd.kc3
+++ b/lib/kc3/0.1/httpd.kc3
@@ -21,7 +21,7 @@ defmodule HTTPd do
   </body>
 </html>
 "}
-      if (HTTP.Response.buf_write(res, client.buf_rw.w) < 0) then
+      if (HTTP.Response.buf_write(res, client.buf_rw.w) < 0) do
         ok = false
       end
     end