Skip to content

Commit

Permalink
replace '*' with '*/*' to handle clients which cannot do any better
Browse files Browse the repository at this point in the history
  • Loading branch information
lisp committed Jan 19, 2018
1 parent 9718d8b commit 87254b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mime/mime.lisp
Expand Up @@ -505,6 +505,7 @@
(let ((*read-eval* nil)
(*package* (find-package :keyword)))
(destructuring-bind (type-name . parameters) (split-string designator ";")
(when (equal type-name "*") (setf type-name "*/*"))
(setf parameters (loop for parameter in parameters
append (destructuring-bind (attribute value) (split-string parameter "=")
;; ensure exactly two constituents
Expand Down

0 comments on commit 87254b6

Please sign in to comment.