diff --git a/basis/http/http.factor b/basis/http/http.factor index c90a1872ce..d006c86462 100644 --- a/basis/http/http.factor +++ b/basis/http/http.factor @@ -111,7 +111,7 @@ TUPLE: cookie name value version comment path domain expires max-age http-only s { [ dup real? ] [ number>string ] } [ ] } cond - [ check-cookie-string ] bi@ "=" swap 3append , + [ check-cookie-string ] bi@ "=" glue , ] } case ;