Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
enh: refactor value comparison in Netty5HeadersAdapter
The method `containsValue` in `Netty5HeadersAdapter` has been refactored. It now converts the input value and the entry value into the string prior to comparison. This approach optimizes accuracy, preventing false positives when a CharSequence object is passed in that isn't a string.
- Loading branch information