Github user rnewson commented on a diff in the pull request:

    https://github.com/apache/couchdb-couch/pull/95#discussion_r38561396
  
    --- Diff: src/couch_httpd_misc_handlers.erl ---
    @@ -185,6 +185,7 @@ handle_config_req(#httpd{method='GET', path_parts=[_, 
Section, Key]}=Req) ->
         end;
     % POST /_config/_reload - Flushes unpersisted config values from RAM
     handle_config_req(#httpd{method='POST', path_parts=[_, 
<<"_reload">>]}=Req) ->
    +    couch_httpd:validate_ctype(Req, "application/json"),
    --- End diff --
    
    this one doesn't take a request body.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to