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
expand output buffer when no data are processed (#10)
When no data are consumed and processed, the codec would expect the
output buffer will be expanded in the next call. This is necessary when
the codec want to write a epilogue to the output but it has not enough
size to store the data.
0 commit comments