This commit is contained in:
@@ -93,6 +93,7 @@ public abstract class Response<C extends Context, R extends Request<C>> {
|
|||||||
protected AsyncConnection removeChannel() {
|
protected AsyncConnection removeChannel() {
|
||||||
AsyncConnection ch = this.channel;
|
AsyncConnection ch = this.channel;
|
||||||
this.channel = null;
|
this.channel = null;
|
||||||
|
this.request.channel = null;
|
||||||
return ch;
|
return ch;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user