Re-added flushing again (oops).
This commit is contained in:
parent
a81665d38d
commit
b63369675d
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));
|
||||
BufferedOutputStream out = new BufferedOutputStream(response.getBody());
|
||||
out.write(bytes);
|
||||
out.flush();
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue