Subject: | Bug in remove_cookie()? |
sub remove_cookie {
...
$r->server->log_error("removed_cookie ".
$r->err_headers_out->get("Set-Cooke"))
...
}
Should this not be "Set-Cookie" instead of "Set-Cooke"?
Just a debugging issue, but probably should be fixed anyway.
- Lance