Skip to content

Commit 382ff11

Browse files
committed
Fix cookie parsing
1 parent 0b53e9a commit 382ff11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Core/HTTPRequest.dyalog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
:If (1hdrs)ihdrs[;1]'cookie'
8989
cookiesCookieSplithdrs[i;2]
9090
:If ~0cookies(2=¨cookies)/cookies
91-
Cookies{((#.Strings.lc(1)~' '))(DeCode 2)}¨cookies
91+
Cookies{(' '~1)(2)}¨cookies
9292
:EndIf
9393
:EndIf
9494

0 commit comments

Comments
 (0)