Fix possible crash under highload
- 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. - Add max_conns and conns to verbose output.