billowqiu commented on a change in pull request #13112:
URL: https://github.com/apache/pulsar/pull/13112#discussion_r761695811



##########
File path: pulsar-client-cpp/lib/HTTPLookupService.h
##########
@@ -57,7 +57,7 @@ class HTTPLookupService : public LookupService, public 
std::enable_shared_from_t
     void handleLookupHTTPRequest(LookupPromise, const std::string, 
RequestType);
     void handleNamespaceTopicsHTTPRequest(NamespaceTopicsPromise promise, 
const std::string completeUrl);
 
-    Result sendHTTPRequest(const std::string completeUrl, std::string& 
responseData);
+    Result sendHTTPRequest(std::string completeUrl, std::string& responseData);

Review comment:
       when request new url,the completeUrl will be overwrited




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


Reply via email to