<html>Hi,<br />I have a linkchecker running over Squid as forwardproxy. One Site is not longer existing but DNS still has a CNAME Record except the CNAME is pointing nowhere:<br /><br />> $ host de.sitestat.com<br />> de.sitestat.com is an alias for wildcard.sitestat.com.<br />> $ host wildcard.sitestat.com.<br />> $ <br /><br />If called via curl:<br />> $ curl --proxy forwardproxy:3128 -v http://de.sitestat.com/<br />> * About to connect() to proxy forwardproxy.rz.babiel.com port 3128 (#0)<br />> *   Trying 192.168.110.215...<br />> * Connected to forwardproxy.rz.babiel.com (192.168.110.215) port 3128 (#0)<br />> > GET http://de.sitestat.com/ HTTP/1.1<br />> > User-Agent: curl/7.29.0<br />> > Host: de.sitestat.com<br />> > Accept: */*<br />> > Proxy-Connection: Keep-Alive<br />> > <br /><br />The connection and this curl stays open for literally infinitely. (tested for 3 days).<br /><br />In the Squid access.log nothing shows up. My cache.log has:<br />> 2019/01/14 11:30:31 kid1| ipcacheParse: No Address records in response to 'de.sitestat.com'<br /><br />Any ideas how to solve this or is this simply a bug?<br /><br />Felix</html>