| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent adef9af commit 44df21b
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -615,7 +615,6 @@ Allowed flush values. | |||
| 615 | 615 | * `zlib.constants.Z_FULL_FLUSH` | |
| 616 | 616 | * `zlib.constants.Z_FINISH` | |
| 617 | 617 | * `zlib.constants.Z_BLOCK` | |
| 618 | - * `zlib.constants.Z_TREES` | ||
| 619 | 618 | ||
| 620 | 619 | Return codes for the compression/decompression functions. Negative | |
| 621 | 620 | values are errors, positive values are used for special but normal | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -307,7 +307,7 @@ ZlibBase.prototype._final = function(callback) { | |||
| 307 | 307 | // This is currently only used to figure out which flush flag to use for the | |
| 308 | 308 | // last chunk. | |
| 309 | 309 | // Roughly, the following holds: | |
| 310 | - // Z_NO_FLUSH (< Z_TREES) < Z_BLOCK < Z_PARTIAL_FLUSH < | ||
| 310 | + // Z_NO_FLUSH < Z_BLOCK < Z_PARTIAL_FLUSH < | ||
| 311 | 311 | // Z_SYNC_FLUSH < Z_FULL_FLUSH < Z_FINISH | |
| 312 | 312 | const flushiness = []; | |
| 313 | 313 | const kFlushFlagList = [Z_NO_FLUSH, Z_BLOCK, Z_PARTIAL_FLUSH, | |
| Back | FazBrowse Home | New Git URL |
0 commit comments