benoitc / couchbeam

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

202 return not handled #143

Closed lazedo closed 8 years ago

lazedo commented 8 years ago

when creating or updating a document, couchdb may return 202 Accepted. this value is not in the list of acceptable codes sent to hackney, so the request fails.