Skip to content

Commit

Permalink
StreamingHttpPayloadHolder: remove payloadInfo empty flag override
Browse files Browse the repository at this point in the history
  • Loading branch information
idelpivnitskiy committed Dec 19, 2024
1 parent e4d4418 commit 1019f66
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ final class StreamingHttpPayloadHolder implements PayloadInfo {
this.payloadInfo = requireNonNull(messageBodyInfo);
this.headersFactory = requireNonNull(headersFactory);
this.messageBody = messageBody;
payloadInfo.setEmpty(messageBody == null || messageBody == empty());
}

@SuppressWarnings("unchecked")
Expand Down

0 comments on commit 1019f66

Please sign in to comment.