mirror of
https://github.com/netdata/netdata.git
synced 2025-04-18 03:23:51 +00:00
![]() * Handle disconnected sockets in unbound collector. This adds an explicit check for the case of a socket that's already disconnected and skips logging an error message. The conditionn technically is an error, but it's one that we can recover from trivially by just doing nothing in this case (we were trying to disconnect the scoket anyway, so if it's already disconnected, we don't need to change anything). This uses Python's `errno` module so that we can detect this situation in a system-agnostic manner. Fixes #6434 |
||
---|---|---|
.. | ||
bases | ||
pyyaml2 | ||
pyyaml3 | ||
third_party | ||
urllib3 | ||
__init__.py |