8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d9164c commit f8e282eCopy full SHA for f8e282e
doc/api/zlib.md
@@ -377,7 +377,7 @@ Returns a new [DeflateRaw][] object with an [options][].
377
is set to 8 for raw deflate streams. zlib does not have a working implementation
378
of an 8-bit Window for raw deflate streams and would automatically set windowBit
379
to 9 if initially set to 8. Newer versions of zlib will throw an exception.
380
-This creates a potential DOS vector, and as such the behavior ahs been reverted
+This creates a potential DOS vector, and as such the behavior has been reverted
381
in Node.js 8, 6, and 4. Node.js version 9 and higher will throw when windowBits
382
is set to 8.
383
0 commit comments