Skip to content

Commit

Permalink
When creating HttpServerOperations directly set a header "Transfer-En…
Browse files Browse the repository at this point in the history
…coding: chunked"

This is in addition to #707
  • Loading branch information
violetagg committed Apr 11, 2019
1 parent 5bfda7b commit b67c63d
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -286,8 +286,7 @@ public void run() {
listener,
compress,
nextRequest, ConnectionInfo.from(ctx.channel(), readForwardHeaders, nextRequest),
cookieEncoder, cookieDecoder)
.chunkedTransfer(true);
cookieEncoder, cookieDecoder);
ops.bind();
listener.onStateChange(ops, ConnectionObserver.State.CONFIGURED);
}
Expand Down

0 comments on commit b67c63d

Please sign in to comment.