iilyak commented on code in PR #5602: URL: https://github.com/apache/couchdb/pull/5602#discussion_r2257151749
########## src/chttpd/src/chttpd_httpd_handlers.erl: ########## @@ -20,6 +20,7 @@ url_handler(<<"_utils">>) -> fun chttpd_misc:handle_utils_dir_req/1; url_handler(<<"_all_dbs">>) -> fun chttpd_misc:handle_all_dbs_req/1; url_handler(<<"_dbs_info">>) -> fun chttpd_misc:handle_dbs_info_req/1; url_handler(<<"_active_tasks">>) -> fun chttpd_misc:handle_task_status_req/1; +url_handler(<<"_active_resources">>) -> fun couch_srt_httpd:handle_resource_status_req/1; Review Comment: > I'm hoping @iilyak can update those docs with his HTTP API updates. Docs are added. -- 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: notifications-unsubscr...@couchdb.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org