http: setEncoding error for incoming socket connections by iSkore · Pull Request #19344 · nodejs/node
added
errors
labels
Mar 14, 2018
BridgeAR
added
the
semver-major
label
Mar 29, 2018
apapirovski
removed
the
author ready
label
Apr 19, 2018
jasnell
removed this from the
11.0.0 milestone
iSkore added a commit to iSkore/node that referenced this pull request
May 14, 2020applied updates from previous pull-requests to disallow socket.setEncoding before a http connection is parsed. wrapped socket.setEncoding to throw an error. previously resulted in a fatal error Fixes: nodejs#18118 Ref: nodejs#18178 Ref: nodejs#19344
BridgeAR pushed a commit to BridgeAR/node that referenced this pull request
May 23, 2020Applied updates from previous pull-requests to disallow socket.setEncoding before a http connection is parsed. Wrapped `socket.setEncoding` to throw an error. This previously resulted in a fatal error. PR-URL: nodejs#33405 Fixes: nodejs#18118 Refs: nodejs#18178 Refs: nodejs#19344 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
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