aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorClombrong <cromblong@egregore.fun>2025-06-27 08:22:57 +0200
committerClombrong <cromblong@egregore.fun>2025-06-27 08:56:42 +0200
commit79d15a2baec54f10ba5114667d3d686982a90bee (patch)
treed1b68d76391d6057b282c86263a0126a704fad3b /test
parent63f009280f29942ec2ea85176240e78becb2326b (diff)
feat(portal): make close a simple stanza
Diffstat (limited to 'test')
-rw-r--r--test/hello.ml3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/hello.ml b/test/hello.ml
index 9b58de1..f9d429b 100644
--- a/test/hello.ml
+++ b/test/hello.ml
@@ -9,8 +9,7 @@ let program (p : Portal.t) config (features : Stream.features) =
| Error (MalformedRequest, Some (_, text)) -> print_endline ("Malformed request: " ^ text)
| Error _ -> print_endline "Error!"
| Ok _ -> print_endline "Success!"
- end;
- Portal.close p
+ end
let main =
let config : Sasl.auth_config = {