diff --git a/calexium_lib/web/CXM_multihost_http_server.anubis b/calexium_lib/web/CXM_multihost_http_server.anubis index 38ee62d..0421750 100644 --- a/calexium_lib/web/CXM_multihost_http_server.anubis +++ b/calexium_lib/web/CXM_multihost_http_server.anubis @@ -1921,8 +1921,8 @@ define Bool ) = if input_etag is { - failure then println("input etag not found"); false, - success(etag) then println("Input etag = " + etag); etag = current_etag + failure then false, + success(etag) then etag = current_etag }. Sending the answer line, the headers and the body. -- libgit2 0.21.4