Github user ok2c commented on a diff in the pull request:
https://github.com/apache/httpcomponents-core/pull/68#discussion_r201268536
--- Diff:
httpcore5/src/main/java/org/apache/hc/core5/http/impl/bootstrap/AsyncServer.java
---
@@ -73,8 +73,12 @@ public AsyncServer(
}
@Override
- public void start() {
- ioReactor.start();
+ public void start(final int i) {
+ throw new RuntimeException("can not call start(i) method with
AsyncServer class,maybe call serverStart method?");
--- End diff --
@xiaohu-zhang I cannot commit changes like that.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]