Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: Unwrap SSL socket before closing transport socket. (#737)
* Update connections.py Unwrap the SSL socket before closing the underlying transport socket instead of just closing SSL socket, to avoid yielding a "The TLS connection was non-properly terminated" warning in gvmd.log on disconnect. * cosmetics gvm/connections.py Co-authored-by: Jaspar S. <[email protected]>
- Loading branch information