File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -599,7 +599,6 @@ Allowed flush values.
599
599
* ` zlib.constants.Z_FULL_FLUSH `
600
600
* ` zlib.constants.Z_FINISH `
601
601
* ` zlib.constants.Z_BLOCK `
602
- * ` zlib.constants.Z_TREES `
603
602
604
603
Return codes for the compression/decompression functions. Negative
605
604
values are errors, positive values are used for special but normal
Original file line number Diff line number Diff line change @@ -315,7 +315,7 @@ ZlibBase.prototype._final = function(callback) {
315
315
// This is currently only used to figure out which flush flag to use for the
316
316
// last chunk.
317
317
// Roughly, the following holds:
318
- // Z_NO_FLUSH (< Z_TREES) < Z_BLOCK < Z_PARTIAL_FLUSH <
318
+ // Z_NO_FLUSH < Z_BLOCK < Z_PARTIAL_FLUSH <
319
319
// Z_SYNC_FLUSH < Z_FULL_FLUSH < Z_FINISH
320
320
const flushiness = [ ] ;
321
321
const kFlushFlagList = [ Z_NO_FLUSH , Z_BLOCK , Z_PARTIAL_FLUSH ,
You can’t perform that action at this time.
0 commit comments