From 2a46e57d139a93caaff4dc63000e61b9a27669bb Mon Sep 17 00:00:00 2001 From: Rob Wu Date: Wed, 21 Jun 2017 11:13:13 +0200 Subject: [PATCH] doc: add missing zlib link to stream API docs This seems to have been removed inadvertently by 330c8d743e33a83f85389ea8a64e3d3854ea0048 in PR 12925. PR-URL: https://github.com/nodejs/node/pull/13838 Reviewed-By: Vse Mozhet Byt Reviewed-By: Colin Ihrig Reviewed-By: James M Snell --- doc/api/stream.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/api/stream.md b/doc/api/stream.md index ff1b0c78fbcc29..f6e28c10228d22 100644 --- a/doc/api/stream.md +++ b/doc/api/stream.md @@ -2177,6 +2177,7 @@ readable buffer so there is nothing for a user to consume. [fs read streams]: fs.html#fs_class_fs_readstream [fs write streams]: fs.html#fs_class_fs_writestream [http-incoming-message]: http.html#http_class_http_incomingmessage +[zlib]: zlib.html [stream-_flush]: #stream_transform_flush_callback [stream-_read]: #stream_readable_read_size_1 [stream-_transform]: #stream_transform_transform_chunk_encoding_callback