Closed mqingyn closed 7 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.
Would you be so kind to submit a PR I will take care of making it working if you can't figure it out.
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.