jurmous / etcd4j

Java / Netty client for etcd, the highly-available key value store for shared configuration and service discovery.
Apache License 2.0
267 stars 83 forks source link

etcd4j can not handler auth/enable #94

Closed mqingyn closed 7 years ago

mqingyn commented 8 years ago

I implemented PUT/DELETE /v2/auth/enable ,but EtcdResponseHandler.channelRead0 can not handler "status.equals(HttpResponseStatus.OK) && !content.isReadable()" . because auth/enable not response any content.

lburgazzoli commented 8 years ago

Would you be so kind to submit a PR I will take care of making it working if you can't figure it out.