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
DataHandle: fix findString(..) and support handles with unknown length
- The findString(..) method used to require the exact length of the
handle, this length can be unknown, e.g. for compressed handles.
This is no longer the case
0 commit comments