NehanPathan commented on code in PR #1182:
URL: https://github.com/apache/lucenenet/pull/1182#discussion_r2338433727
##########
src/Lucene.Net.Replicator/Http/HttpClientBase.cs:
##########
@@ -200,6 +200,29 @@ protected virtual HttpResponseMessage ExecuteGet(string
request, params string[]
return Execute(req);
}
+ /// <summary>
+ /// Execute a GET request asynchronously with an array of parameters.
+ /// </summary>
+ protected Task<HttpResponseMessage> ExecuteGetAsync(string action,
string[] parameters, CancellationToken cancellationToken)
Review Comment:
okay i'll update that
--
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]