Skip to content

Fix possible crash under highload

Compare
Choose a tag to compare
@ZigzagAK ZigzagAK released this 27 Jun 21:50
· 39 commits to master since this release
  1. Fix possible crash under highload.
    Reference to peer shared pointer holds in request context. Memory corruption heppens when peer was removed when peer->conns != 0 (in use) and memory is reused for other added peer.
  2. Add max_conns and conns to verbose output.