Re-added flushing again (oops).
This commit is contained in:
parent
e4ecb706e1
commit
1a58a4e879
1 changed files with 1 additions and 0 deletions
|
|
@ -79,5 +79,6 @@ public class ClientUpdateHandler implements HttpHandler {
|
||||||
response.fields.put("Content-Length", Integer.toString(bytes.length));
|
response.fields.put("Content-Length", Integer.toString(bytes.length));
|
||||||
BufferedOutputStream out = new BufferedOutputStream(response.getBody());
|
BufferedOutputStream out = new BufferedOutputStream(response.getBody());
|
||||||
out.write(bytes);
|
out.write(bytes);
|
||||||
|
out.flush();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue