From e6752e02568dcfa9d8ac1b429e2d82b93258e6e4 Mon Sep 17 00:00:00 2001 From: totoro Date: Sun, 19 Apr 2026 15:07:18 +0900 Subject: [PATCH] [-] remove some comments --- web/multihost_http_server.anubis | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/multihost_http_server.anubis b/web/multihost_http_server.anubis index 8533944..4173a67 100644 --- a/web/multihost_http_server.anubis +++ b/web/multihost_http_server.anubis @@ -759,7 +759,7 @@ public define String if msg is { cannot_read_from_connection then - "Cannot read from connection.\n", + "", // "Cannot read from connection.\n", not_get_or_post_request(s) then "The request did not begin by 'GET' or 'POST': "+s+".\n", end_of_line_expected then -- libgit2 0.21.4