Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: Note that zlib.flush acts after pending writes #6172

Closed

Commits on Apr 18, 2016

  1. doc: Note that zlib.flush acts after pending writes

    Describe that `zlib.flush()` may wait for pending writes and
    until output is being read from the stream.
    addaleax committed Apr 18, 2016
    Configuration menu
    Copy the full SHA
    5a84875 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2016

  1. doc: add full example for zlib.flush()

    Add a full example using `zlib.flush()` for the common use
    case of writing partial compressed HTTP output to the client.
    addaleax committed Apr 19, 2016
    Configuration menu
    Copy the full SHA
    b81e3e2 View commit details
    Browse the repository at this point in the history