aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2012-12-21 00:33:06 +0100
committerMatthias Sohn <matthias.sohn@sap.com>2012-12-21 00:36:24 +0100
commit60035eb24907c75a88faf7a51d62f19bb5272b72 (patch)
tree7dde12e7739b123ba7656818d9f6d7690d9fa39c
parent2d78a8da97907df2b50f78d58171a29f13a2e887 (diff)
parentf4e8964e1fd8c0a684b48103105991ec2b92473e (diff)
downloadjgit-60035eb24907c75a88faf7a51d62f19bb5272b72.tar.gz
jgit-60035eb24907c75a88faf7a51d62f19bb5272b72.zip
Merge branch 'stable-2.2'
* stable-2.2: Prepare post 2.2.0.201212191850-r builds JGit v2.2.0.201212191850-r Change-Id: Iebe7c45eacb8abee21d1900e27143ccaa2724e28 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
-rw-r--r--org.eclipse.jgit.http.server/src/org/eclipse/jgit/http/server/ReceivePackServlet.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jgit.http.server/src/org/eclipse/jgit/http/server/ReceivePackServlet.java b/org.eclipse.jgit.http.server/src/org/eclipse/jgit/http/server/ReceivePackServlet.java
index 3d6c35b0b6..d1c258047b 100644
--- a/org.eclipse.jgit.http.server/src/org/eclipse/jgit/http/server/ReceivePackServlet.java
+++ b/org.eclipse.jgit.http.server/src/org/eclipse/jgit/http/server/ReceivePackServlet.java
@@ -171,7 +171,7 @@ class ReceivePackServlet extends HttpServlet {
return;
}
- SmartOutputStream out = new SmartOutputStream(req, rsp, true) {
+ SmartOutputStream out = new SmartOutputStream(req, rsp, false) {
@Override
public void flush() throws IOException {
doFlush();