looterz / grimd

:zap: fast dns proxy that can run anywhere, built to black-hole internet advertisements and malware servers
MIT License
1.38k stars 108 forks source link

Another fixed with TCP connections crashing the server #21

Closed photostorm closed 7 years ago

photostorm commented 7 years ago

This situation happens when a TCP connection comes in and is later interrupted causing a panic call in the DNS library. However, this time the HandleFailed function was bypassing my last fix.

looterz commented 7 years ago

Thanks for the fix!