janl commented on code in PR #4673:
URL: https://github.com/apache/couchdb/pull/4673#discussion_r1296826112
##########
src/chttpd/src/chttpd_db.erl:
##########
@@ -1967,6 +1972,21 @@ parse_shards_opt("placement", Req, Default) ->
throw({bad_request, Err})
end
end;
+parse_shards_opt("access", Req, Value) when is_list(Value) ->
Review Comment:
the main purpose of this clause is the `list_to_existing_atom()` call, but I
can move that into the next clause
--
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]