This commit is contained in:
@@ -148,6 +148,10 @@ public class HttpResponse extends Response<HttpContext, HttpRequest> {
|
|||||||
return super.removeChannel();
|
return super.removeChannel();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
protected AsyncConnection getChannel() {
|
||||||
|
return channel;
|
||||||
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected boolean recycle() {
|
protected boolean recycle() {
|
||||||
boolean rs = super.recycle();
|
boolean rs = super.recycle();
|
||||||
|
|||||||
Reference in New Issue
Block a user