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
While Source.indexOf(ByteString) throws IllegalArgumentException on attempts to supply negative indices, Buffer's overload accepts them and return some results.
Expected behavior: Buffer.indexOf(ByteString(...), -1) should throw IAE.