Do not remove 'Content-Length' header even for a message with empty content - HEAD requires that
This commit is contained in:
parent
745b8300f0
commit
b210c36ef9
@ -210,7 +210,6 @@ public abstract class HttpMessageDecoder extends ReplayingDecoder<HttpMessageDec
|
|||||||
// No content is expected.
|
// No content is expected.
|
||||||
// Remove the headers which are not supposed to be present not
|
// Remove the headers which are not supposed to be present not
|
||||||
// to confuse subsequent handlers.
|
// to confuse subsequent handlers.
|
||||||
message.removeHeader(HttpHeaders.Names.CONTENT_LENGTH);
|
|
||||||
message.removeHeader(HttpHeaders.Names.TRANSFER_ENCODING);
|
message.removeHeader(HttpHeaders.Names.TRANSFER_ENCODING);
|
||||||
return message;
|
return message;
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user