Skip to content

Commit

Permalink
Merge pull request #52 from tkf/stringify
Browse files Browse the repository at this point in the history
Stringify 'value' of alist same as 'key'
  • Loading branch information
syohex committed Jun 24, 2016
2 parents d760b8e + 7840bf0 commit ee1a1b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion request.el
Expand Up @@ -200,7 +200,7 @@ for older Emacs versions.")
concat sep
concat (url-hexify-string (format "%s" k))
concat "="
concat (url-hexify-string v))))
concat (url-hexify-string (format "%s" v)))))


;;; Header parser
Expand Down

0 comments on commit ee1a1b6

Please sign in to comment.