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: delete non-existing zlib constants #7520

Closed
wants to merge 1 commit into from
Closed

Commits on Jul 9, 2016

  1. doc: delete non-existing zlib constants

    Some constants in the zlib docs are not in the actual code:
    
    zlib.Z_BINARY
    zlib.Z_TEXT
    zlib.Z_ASCII
    zlib.Z_UNKNOWN
    
    Also handled in nodejs#7203, but marked as
    semver-major, so will not land in v6.x.
    
    Fixes: nodejs#7204
    fhinkel committed Jul 9, 2016
    Configuration menu
    Copy the full SHA
    2aabfe6 View commit details
    Browse the repository at this point in the history