diff --git a/basis/http/http.factor b/basis/http/http.factor index 0631b6c67f..07d2b4eba5 100644 --- a/basis/http/http.factor +++ b/basis/http/http.factor @@ -57,7 +57,7 @@ TUPLE: cookie name value version comment path domain expires max-age http-only s swap { { "version" [ >>version ] } { "comment" [ >>comment ] } - { "expires" [ cookie-string>timestamp >>expires ] } + { "expires" [ [ cookie-string>timestamp >>expires ] unless-empty ] } { "max-age" [ string>number seconds >>max-age ] } { "domain" [ >>domain ] } { "path" [ >>path ] }