Commit 092864ea authored by Guus der Kinderen's avatar Guus der Kinderen

OF-885: Undoing force of content-length to prevent chunked encoding.

parent 77316502
......@@ -455,7 +455,6 @@ public class HttpBindServlet extends HttpServlet {
@Override
public void onWritePossible() throws IOException {
Log.trace("Data can be written to [" + remoteAddress + "]");
context.getResponse().setContentLength(data.length);
context.getResponse().getOutputStream().write(data);
context.complete();
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment