Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Components
Assignee
Mark KellyMark KellyReporter
Mark KellyMark KellyPriority
MinorCompatibility
PointFix versions
Pull Request URL
Details
Details
Components
Assignee
Mark Kelly
Mark KellyReporter
Mark Kelly
Mark KellyPriority
Compatibility
Point
Fix versions
Pull Request URL
Created May 23, 2018 at 4:10 PM
Updated June 22, 2018 at 11:45 AM
Resolved June 22, 2018 at 11:45 AM
To prevent an RST sent when closing sockets in the rare and unusual case when there is still some unread data, issue a shutdown(socket, SHUT_WR) first so that FIN is sent instead.