From ebb05a49d55297a65b3c3ba9c3178d5be52d2f82 Mon Sep 17 00:00:00 2001 From: Clombrong Date: Thu, 26 Jun 2025 21:38:08 +0200 Subject: docs(portal_tcp): fix obsolete warning --- portal/tcp/portal.ml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'portal') diff --git a/portal/tcp/portal.ml b/portal/tcp/portal.ml index bfb2cb7..3477429 100644 --- a/portal/tcp/portal.ml +++ b/portal/tcp/portal.ml @@ -80,9 +80,7 @@ let tcp_stream (domain : string) : (string Lwt_stream.t * file_descr) Lwt.t = [domain] via plaintext TCP. This function is a comparatively simple wrapper around the original TCP stream, - simply converting to/from Markup.ml signals. - - TODO: right now it's possible to get parts of unfinished stanzas... *) + simply converting to/from Markup.ml signals. *) let connect (domain : string) : t Lwt.t = let+ tcp_stream, tcp_socket = tcp_stream domain in let send msg = -- cgit v1.2.3