edicl / drakma

HTTP client written in Common Lisp
http://edicl.github.io/drakma/
249 stars 58 forks source link

external-format-out #133

Open kurodahisao opened 1 year ago

kurodahisao commented 1 year ago

In my experience, not only /value/ but also /name/ and even /filename/ can be (SIMPLE-ARRAY EXTENDED-CHAR *). So I think it's necessary to (SETF (F-S-E-F S) E-F-OUT) before DOLIST in MAKE-FORM-DATA-FUNCTION. And I don't think it's necessary to (SETF (F-S-E-F S) +LATIN-1+).