| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Currently, InfluxDBClient.close only works for http connections. The function explicitly skips closing the udp_socket member. UDP connections may not cost the system anything but leaving any sort of socket open can cause certain dynamic analysis tools to complain. With this patch we explicitly close the socket which quiets our linter's warnings.
| Back | FazBrowse Home | New Git URL |
Currently, InfluxDBClient.close only works for http connections.
The function explicitly skips closing the udp_socket member. UDP
connections may not cost the system anything but leaving any
sort of socket open can cause certain dynamic analysis tools to
complain.
With this patch we explicitly close the socket which quiets our
linter's warnings.
Contributor checklist