From d60e7b979ccbb8eae61c177cfd78aada6a964f8d Mon Sep 17 00:00:00 2001 From: "Adam D. Ruppe" Date: Wed, 29 Jan 2020 18:18:43 -0500 Subject: [PATCH] we cool --- cgi.d | 1 + 1 file changed, 1 insertion(+) diff --git a/cgi.d b/cgi.d index cf97eee..9191dee 100644 --- a/cgi.d +++ b/cgi.d @@ -1594,6 +1594,7 @@ class Cgi { // that check for UnixAddress is to work around a Phobos bug // see: https://github.com/dlang/phobos/pull/7383 + // but this might be more useful anyway tbh for this case this(ir, cast(UnixAddress) ira ? "unix:" : ira.toString(), 80 /* FIXME */, 0, false, &rdo, null, closeConnection); }