mirror of https://github.com/adamdruppe/arsd.git
64 bit
This commit is contained in:
parent
eae566d0cc
commit
bd1e3cc2d0
2
cgi.d
2
cgi.d
|
@ -1646,7 +1646,7 @@ class Cgi {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
private string[] responseCookies;
|
private string[] responseCookies;
|
||||||
private int[string] cookieIndexes;
|
private size_t[string] cookieIndexes;
|
||||||
|
|
||||||
/// Clears a previously set cookie with the given name, path, and domain.
|
/// Clears a previously set cookie with the given name, path, and domain.
|
||||||
void clearCookie(string name, string path = null, string domain = null) {
|
void clearCookie(string name, string path = null, string domain = null) {
|
||||||
|
|
Loading…
Reference in New Issue