Browse Source

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>
stable-2.3
Matthias Sohn 12 years ago
parent
commit
60035eb249
  1. 2
      org.eclipse.jgit.http.server/src/org/eclipse/jgit/http/server/ReceivePackServlet.java

2
org.eclipse.jgit.http.server/src/org/eclipse/jgit/http/server/ReceivePackServlet.java

@ -171,7 +171,7 @@ class ReceivePackServlet extends HttpServlet {
return; return;
} }
SmartOutputStream out = new SmartOutputStream(req, rsp, true) { SmartOutputStream out = new SmartOutputStream(req, rsp, false) {
@Override @Override
public void flush() throws IOException { public void flush() throws IOException {
doFlush(); doFlush();

Loading…
Cancel
Save