mirror of https://github.com/lukechilds/node.git
Browse Source
Destroying the TLS session implies destroying the underlying socket but before this commit, that was done with net.Socket#destroy() rather than net.Socket#destroySoon(). The former closes the connection right away, even when there is still data to write. In other words, sometimes the final TLS record got truncated. Fixes #6107.v0.10.21-release
Ben Noordhuis
11 years ago
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue