Handle httplib errors (Debian bug 529740)
commitcac1a017271567123d415e07b1d29f76f8f11365
authorThomas Perl <thp@perli.net>
Mon, 10 Aug 2009 14:22:50 +0000 (10 16:22 +0200)
committerThomas Perl <thp@perli.net>
Mon, 10 Aug 2009 14:22:50 +0000 (10 16:22 +0200)
treef12c337d0b7af6697d078e247b1a456c8c6457f2
parent7918aae819ed8e308d037ca0bcd1cedd31a9a461
Handle httplib errors (Debian bug 529740)

Even though the usage of urllib2 should not throw
any httplib errors, this works around the bug and
lets urlwatch work with servers that send a bad
status line.

Thanks to Bastian Kleineidam for reporting.
urlwatch