This commit is contained in:
地平线
2015-10-21 17:08:13 +08:00
parent a215fa6072
commit 40d3d69769

View File

@@ -262,7 +262,7 @@ public class HttpRequest extends Request {
return this.getClass().getSimpleName() + "{method:" + this.method + ", requestURI:" + this.requestURI
+ ", contentType:" + this.contentType + ", connection:" + this.connection + ", protocol:" + this.protocol
+ ", contentLength:" + this.contentLength + ", cookiestr:" + this.cookiestr
+ ", host:" + this.host + ", params:" + this.params + ", header:" + this.header + (this.boundary ? "" : ("body:" + getBody())) + "}";
+ ", host:" + this.host + ", params:" + this.params + ", header:" + this.header + (this.boundary ? "" : (", body:" + getBody())) + "}";
}
public final MultiContext getMultiContext() {