From c87a26e4395a5a584927f1e01a3ceaaf0db72df2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=9C=B0=E5=B9=B3=E7=BA=BF?= <22250530@qq.com> Date: Mon, 26 Oct 2015 17:33:08 +0800 Subject: [PATCH] --- src/com/wentch/redkale/net/http/HttpRequest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/com/wentch/redkale/net/http/HttpRequest.java b/src/com/wentch/redkale/net/http/HttpRequest.java index d6dfbc1ea..22395b086 100644 --- a/src/com/wentch/redkale/net/http/HttpRequest.java +++ b/src/com/wentch/redkale/net/http/HttpRequest.java @@ -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 + "}"; } public final MultiContext getMultiContext() {