It's more correct to remove the connector handler in ClientBootstrap

This commit is contained in:
Trustin Lee 2008-09-06 09:04:11 +00:00
parent b7e9fa38ec
commit 33a4a9f8e1

View File

@ -218,6 +218,8 @@ public class ClientBootstrap extends Bootstrap {
}
} while (future == null);
pipeline.remove("connector");
return future;
}