Skip to content
  • Iustin Pop's avatar
    Fix burnin problems when using http checks · 5dc626fd
    Iustin Pop authored
    The urllib2 module has very bad error handling. This patch changes to urllib
    which is simpler, and we derive a custom class from the FancyURLopener. Burning
    is no longer keeping sockets in CLOSE_WAIT state with this patch.
    
    Reviewed-by: ultrotter
    5dc626fd