nickva commented on a change in pull request #3638:
URL: https://github.com/apache/couchdb/pull/3638#discussion_r684649256
##########
File path: src/couch/src/couch_httpd.erl
##########
@@ -252,7 +259,10 @@ absolute_uri(_Req, _Path) ->
throw({bad_request, "path must begin with a /."}).
unquote(UrlEncodedString) ->
- mochiweb_util:unquote(UrlEncodedString).
Review comment:
Would it work to use chttp:unquote/1 to avoid duplication?
--
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]