netty5/codec-http2/src
feijermu 7a05aa1cf8
Add detailed error message corresponding to the IndexOutOfBoundsException while calling getEntry(...) (#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
2020-07-06 10:19:22 +02:00
..
main Add detailed error message corresponding to the IndexOutOfBoundsException while calling getEntry(...) (#10386) 2020-07-06 10:19:22 +02:00
test Add unit test for HpackDynamicTable. (#10389) 2020-07-06 09:07:30 +02:00