benoitc / couchbeam

Apache CouchDB client in Erlang
Other
242 stars 113 forks source link

Convert att_name to format expected by hackney_url:make_url #188

Closed danielfinke closed 1 year ago

danielfinke commented 3 years ago

Where encode_att_name is used (couchbeam.erl L846), the expected type is a binary, not a list, so convert the return value to a binary.