connection received from cache must be validated before using (process removing closed conection from cache consume some time)
| 576 | //connection received from cache must be validated before using |
| 577 | //(process removing closed conection from cache consume some time) |
| 578 | inline bool IsValid() const noexcept { |
| 579 | return !Finalized_; |
| 580 | } |
| 581 | |
| 582 | void SetCached(bool v) noexcept { |
| 583 | Cached_ = v; |
no outgoing calls
no test coverage detected