kylefarris / clamscan

A robust ClamAV virus scanning library supporting scanning files, directories, and streams with local sockets, local/remote TCP, and local clamscan/clamdscan binaries (with failover).
MIT License
230 stars 68 forks source link

Missing error handler for tcp client #114

Closed BastienJard06 closed 5 months ago

BastienJard06 commented 12 months ago

During the initialisation, if the clamav is just started there is no callback or handler for the client error causing the end of the process.