net: make writeAfterFIN() return false by lpinca · Pull Request #27996 · nodejs/node
If `false` is not returned a readable stream piped into the socket might continue reading indefinitely until the process goes out of memory.
approved these changes
Trott
added
the
author ready
label
danbev pushed a commit that referenced this pull request
If `false` is not returned a readable stream piped into the socket might continue reading indefinitely until the process goes out of memory. PR-URL: #27996 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
lpinca
deleted the
return/false
branch
BridgeAR pushed a commit that referenced this pull request
If `false` is not returned a readable stream piped into the socket might continue reading indefinitely until the process goes out of memory. PR-URL: #27996 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters