Opened 7 years ago
#5210 defect new
TCP half-close APIs can lead to re-entrant calls to protocol's connectionLost
Reported by: | Itamar Turner-Trauring | Owned by: | |
---|---|---|---|
Priority: | low | Milestone: | |
Component: | core | Keywords: | |
Cc: | Branch: | ||
Author: |
Description
Having protocol re-entrancy is bad - people don't expect it. However, the TCP half-close APIs (e.g. loseWriteConnection
) make re-entrant calls to the protocol.
Note: See
TracTickets for help on using
tickets.