This commit is contained in:
Redkale
2017-12-19 20:07:57 +08:00
parent 30b2cffcb8
commit 5b1f820621

View File

@@ -148,6 +148,10 @@ public class HttpResponse extends Response<HttpContext, HttpRequest> {
return super.removeChannel();
}
protected AsyncConnection getChannel() {
return channel;
}
@Override
protected boolean recycle() {
boolean rs = super.recycle();