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
Change behaviour in corner case of empty decompression input
The incremental decompressor would ask for input again after being
given empty initially. It should just ask once. This case is always
an error anyway, but the decompressor should never ask for more input
after having been given the end of input indication.
0 commit comments