Skip to content

1.5.1

Compare
Choose a tag to compare
@dinosaure dinosaure released this 30 Aug 12:08
· 38 commits to main since this release

CHANGES:

  • Fix the stream of gzip inflation. If the user wants to know how many bytes
    are available into the output buffer, he/she must be in the DEFLATE internal
    state. Otherwise, we raise an exception. However, such information is not
    available into the API so we decided to say that the full output buffer is
    free when we are into the GZip header state.

    It ensures a real full stream API. (@dinosaure, #144)