paulirwin commented on code in PR #1170: URL: https://github.com/apache/lucenenet/pull/1170#discussion_r2312058977
########## src/Lucene.Net.Tests.Replicator/Http/ReplicationServlet.cs: ########## @@ -84,14 +86,15 @@ public async Task InvokeAsync(HttpContext context) { // LUCENENET: This is to allow synchronous IO to happen for these requests. // LUCENENET TODO: Allow async operations from Replicator. Review Comment: Same as above, are these comments outdated now? And do we need the commented-out code below? ########## src/Lucene.Net.Tests.Replicator/Http/ReplicationServlet.cs: ########## @@ -52,14 +52,16 @@ public void Configure(IApplicationBuilder app, IReplicationService service, Repl { // LUCENENET: This is to allow synchronous IO to happen for these requests. // LUCENENET TODO: Allow async operations from Replicator. Review Comment: Can these comments be removed now? Also do we need the commented-out code below? -- 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: dev-unsubscr...@lucenenet.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org