We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b9715e commit f416aaaCopy full SHA for f416aaa
src/clojure/http/client.clj
@@ -72,7 +72,7 @@ by a server."
72
(when cookie-string
73
(into {}
74
(for [cookie (.split cookie-string ";")]
75
- (let [keyval (map #(.trim %) (.split cookie "="))]
+ (let [keyval (map #(.trim %) (.split cookie "=" 2))]
76
[(first keyval) (second keyval)])))))
77
78
(defn- create-cookie-string
0 commit comments