Skip to content

Commit

Permalink
Enable HTTP header validation
Browse files Browse the repository at this point in the history
  • Loading branch information
ldaley committed Oct 8, 2019
1 parent a4fddbe commit efb910d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ private void newRequest(ChannelHandlerContext ctx, HttpRequest nettyRequest) thr
channel.attr(CLIENT_CERT_KEY).get()
);

HttpHeaders nettyHeaders = new DefaultHttpHeaders(false);
HttpHeaders nettyHeaders = new DefaultHttpHeaders();
MutableHeaders responseHeaders = new NettyHeadersBackedMutableHeaders(nettyHeaders);
AtomicBoolean transmitted = new AtomicBoolean(false);

Expand Down

0 comments on commit efb910d

Please sign in to comment.