Skip to content

Commit

Permalink
Validate client headers
Browse files Browse the repository at this point in the history
  • Loading branch information
jameskleeh committed Mar 9, 2020
1 parent a2392f4 commit 9d1eff5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public NettyHttpHeaders(io.netty.handler.codec.http.HttpHeaders nettyHeaders, Co
* Default constructor.
*/
public NettyHttpHeaders() {
this.nettyHeaders = new DefaultHttpHeaders(false);
this.nettyHeaders = new DefaultHttpHeaders();
this.conversionService = ConversionService.SHARED;
}

Expand Down

0 comments on commit 9d1eff5

Please sign in to comment.