From: Scott Worley Date: Thu, 24 Nov 2022 00:16:05 +0000 (-0800) Subject: Set-Cookie flags are ;-separated X-Git-Tag: v0.2.5~2 X-Git-Url: http://git.scottworley.com/voter/commitdiff_plain/cf23c41d21b8844c2f8bf4fed870e35042b4585e?hp=46e2889f066b65e66592d6ab6d901589d9ea5c84 Set-Cookie flags are ;-separated --- diff --git a/src/main.rs b/src/main.rs index 303393c..f75557e 100644 --- a/src/main.rs +++ b/src/main.rs @@ -92,7 +92,7 @@ fn set_cookie(mut response: cgi::Response, path: &str) -> Result