Github user clevertension commented on a diff in the pull request:
https://github.com/apache/httpcomponents-core/pull/72#discussion_r207837950
--- Diff:
httpcore5/src/main/java/org/apache/hc/core5/http/impl/bootstrap/AsyncRequester.java
---
@@ -132,4 +119,8 @@ public void close() throws IOException {
ioReactor.close();
}
+ @Override
--- End diff --
this method must implement in the AsyncRequester, AsyncServer, because the
AbstractAsyncServerAndRequester should use the IORector to connect, so
change it to **protected** or **friendly**?
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]