mirror of https://github.com/adamdruppe/arsd.git
we cool
This commit is contained in:
parent
fcc8aed896
commit
d60e7b979c
1
cgi.d
1
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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue