Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add detailed error message corresponding to the IndexOutOfBoundsExcep…
…tion while calling getEntry(...) (netty#10386) Motivation: `getEntry(...)` may throw an IndexOutOfBoundsException without any error messages. Modification: Add detailed error message corresponding to the IndexOutOfBoundsException while calling `getEntry(...)` in HpackDynamicTable.java. Result: Easier to debug
- Loading branch information