Skip to content

Fix ObjectUtil message in HttpContentCompressor#11482

Merged
normanmaurer merged 1 commit intonetty:4.1from
hyperxpro:compressor-patch
Jul 13, 2021
Merged

Fix ObjectUtil message in HttpContentCompressor#11482
normanmaurer merged 1 commit intonetty:4.1from
hyperxpro:compressor-patch

Conversation

@hyperxpro
Copy link
Copy Markdown
Contributor

Motivation:
In #11256, We introduced Iterable as a parameter but later in review, it was removed. But we forgot to change compressionOptionsIterable to just compressionOptions.

Modification:
Changed compressionOptionsIterable to compressionOptions.

Result:
Correct ObjectUtil message

@normanmaurer normanmaurer merged commit 6085cd7 into netty:4.1 Jul 13, 2021
@normanmaurer normanmaurer added this to the 4.1.66.Final milestone Jul 13, 2021
@normanmaurer
Copy link
Copy Markdown
Member

@hyperxpro thanks a lot!

normanmaurer pushed a commit that referenced this pull request Jul 13, 2021
…11482)

Motivation:
In #11256, We introduced `Iterable` as a parameter but later in review, it was removed. But we forgot to change `compressionOptionsIterable` to just `compressionOptions`.

Modification:
Changed `compressionOptionsIterable` to `compressionOptions`.

Result:
Correct ObjectUtil message
@hyperxpro hyperxpro deleted the compressor-patch branch July 13, 2021 06:14
raidyue pushed a commit to raidyue/netty that referenced this pull request Jul 8, 2022
…etty#11482)

Motivation:
In netty#11256, We introduced `Iterable` as a parameter but later in review, it was removed. But we forgot to change `compressionOptionsIterable` to just `compressionOptions`.

Modification:
Changed `compressionOptionsIterable` to `compressionOptions`.

Result:
Correct ObjectUtil message
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants