diff options
author | Clombrong <cromblong@egregore.fun> | 2025-06-27 08:22:57 +0200 |
---|---|---|
committer | Clombrong <cromblong@egregore.fun> | 2025-06-27 08:56:42 +0200 |
commit | 79d15a2baec54f10ba5114667d3d686982a90bee (patch) | |
tree | d1b68d76391d6057b282c86263a0126a704fad3b /test | |
parent | 63f009280f29942ec2ea85176240e78becb2326b (diff) |
feat(portal): make close a simple stanza
Diffstat (limited to 'test')
-rw-r--r-- | test/hello.ml | 3 |
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 = { |