shutdown socket for future writes before closing

Description

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.

Conclusion

None

Activity

Show:
Fixed
Pinned fields
Click on the next to a field label to start pinning.

Details

Components

Assignee

Reporter

Priority

Compatibility

Point

Fix versions

Created May 23, 2018 at 4:10 PM
Updated June 22, 2018 at 11:45 AM
Resolved June 22, 2018 at 11:45 AM

Flag notifications