nickva opened a new pull request, #5714: URL: https://github.com/apache/couchdb/pull/5714
For some odd reasons we parse the request `r` and `w` parameters as lists in chttpd. Then, in fabric, we jump through hoops switching them to integers (we switch get_value defaults to lists, then parse the result back to an integer). Add a helper function in fabric_util go DRY-up the quorum option fetching and make it accept both list and integers. For now chttpd still sends the values as lists but in the future we can gradually switch to using integers. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
