Fix bug spotted by Ed

db4
Slava Pestov 2008-09-08 01:10:12 -05:00
parent 5cbd1fe8fc
commit 59623414b6
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ TUPLE: cookie name value version comment path domain expires max-age http-only s
{ [ dup real? ] [ number>string ] }
[ ]
} cond
check-cookie-string "=" swap check-cookie-string 3append ,
[ check-cookie-string ] bi@ "=" swap 3append ,
]
} case ;