This commit is contained in:
Adam D. Ruppe 2014-02-23 08:50:59 -05:00
parent eae566d0cc
commit bd1e3cc2d0
1 changed files with 1 additions and 1 deletions

2
cgi.d
View File

@ -1646,7 +1646,7 @@ class Cgi {
}
}
private string[] responseCookies;
private int[string] cookieIndexes;
private size_t[string] cookieIndexes;
/// Clears a previously set cookie with the given name, path, and domain.
void clearCookie(string name, string path = null, string domain = null) {