empiredan commented on code in PR #1870:
URL: 
https://github.com/apache/incubator-pegasus/pull/1870#discussion_r1464771195


##########
src/http/http_server.cpp:
##########
@@ -57,6 +57,16 @@ error_s update_config(const http_request &req)
     return update_flag(iter->first, iter->second);
 }
 
+// If sub_path is 'app/duplication', the built path would be 
'<root_path>/app/duplication'.
+std::string build_rel_path(const std::string &root_path, const std::string 
&sub_path)

Review Comment:
   Actually since '/' was missing before the root path, `rel` is the abbr. of 
`relative`. 



-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to