This commit is contained in:
RedKale
2016-06-03 22:04:20 +08:00
parent 6beba9ef3d
commit 7adeb11e7e

View File

@@ -93,6 +93,7 @@ public abstract class Response<C extends Context, R extends Request<C>> {
protected AsyncConnection removeChannel() {
AsyncConnection ch = this.channel;
this.channel = null;
this.request.channel = null;
return ch;
}