This commit is contained in:
Adam D. Ruppe 2020-01-29 18:18:43 -05:00
parent fcc8aed896
commit d60e7b979c
1 changed files with 1 additions and 0 deletions

1
cgi.d
View File

@ -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);
}