mirror of https://github.com/lukechilds/node.git
Browse Source
Fix a bug where calling .end() on a socket without calling .connect() first throws a TypeError: TypeError: Cannot read property 'shutdown' of undefined at Socket.onSocketFinish (net.js:194:20) at Socket.EventEmitter.emit (events.js:91:17) at Socket.Writable.end (_stream_writable.js:281:10) at Socket.end (net.js:352:31) Fixes #4463.v0.9.5-release
committed by
Ben Noordhuis
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue