You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a FIXME comment in the BaggageCodec class, which is intended to instruct developers to circle back and guard against the ArrayIndexOutOfBoundsException from being thrown.
We should add a guard and ensure that the tests that expect the AIOOB are changed to reflect this.
The text was updated successfully, but these errors were encountered:
There is a FIXME comment in the BaggageCodec class, which is intended to instruct developers to circle back and guard against the ArrayIndexOutOfBoundsException from being thrown.
We should add a guard and ensure that the tests that expect the AIOOB are changed to reflect this.
The text was updated successfully, but these errors were encountered: