Skip to content

Fix typo in Blockhound integration#12414

Merged
normanmaurer merged 1 commit into
netty:4.1from
chrisvest:41-blockhound-typo
May 19, 2022
Merged

Fix typo in Blockhound integration#12414
normanmaurer merged 1 commit into
netty:4.1from
chrisvest:41-blockhound-typo

Conversation

@chrisvest
Copy link
Copy Markdown
Member

Motivation:
We have a typo in the list of places where Blockhound should allow blocking calls.
This caused Blockhound to sometimes flag NetUtil as making blocking calls, instead of allowing them.

Modification:
Fix the typo in the allow-list to match the NetUtil class.

Result:
Fixes #12411

Motivation:
We have a typo in the list of places where Blockhound should allow blocking calls.
This caused Blockhound to sometimes flag NetUtil as making blocking calls, instead of allowing them.

Modification:
Fix the typo in the allow-list to match the NetUtil class.

Result:
Fixes netty#12411
@chrisvest chrisvest added this to the 4.1.78.Final milestone May 18, 2022
@chrisvest chrisvest requested a review from normanmaurer May 18, 2022 23:29
@normanmaurer normanmaurer merged commit cb35e4b into netty:4.1 May 19, 2022
normanmaurer pushed a commit that referenced this pull request May 19, 2022
Motivation:
We have a typo in the list of places where Blockhound should allow blocking calls.
This caused Blockhound to sometimes flag NetUtil as making blocking calls, instead of allowing them.

Modification:
Fix the typo in the allow-list to match the NetUtil class.

Result:
Fixes #12411
@chrisvest chrisvest deleted the 41-blockhound-typo branch May 19, 2022 14:46
raidyue pushed a commit to raidyue/netty that referenced this pull request Jul 8, 2022
Motivation:
We have a typo in the list of places where Blockhound should allow blocking calls.
This caused Blockhound to sometimes flag NetUtil as making blocking calls, instead of allowing them.

Modification:
Fix the typo in the allow-list to match the NetUtil class.

Result:
Fixes netty#12411
franz1981 pushed a commit to franz1981/netty that referenced this pull request Aug 22, 2022
Motivation:
We have a typo in the list of places where Blockhound should allow blocking calls.
This caused Blockhound to sometimes flag NetUtil as making blocking calls, instead of allowing them.

Modification:
Fix the typo in the allow-list to match the NetUtil class.

Result:
Fixes netty#12411
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.

BlockHound detects blocking call with webflux webclient for simple http calling

2 participants