This commit is contained in:
地平线
2015-10-19 16:38:24 +08:00
parent 11b23f894e
commit 3948dc1235

View File

@@ -293,6 +293,7 @@ public class HttpRequest extends Request {
this.header.clear();
this.params.clear();
this.array.clear();
super.recycle();
}