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