actually fallback to GET with Zope servers

git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@1321 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
calvin 2004-05-26 23:54:47 +00:00
parent ce68bb782a
commit 1f28911a23

View file

@ -191,6 +191,7 @@ class HttpUrlData (ProxyUrlData):
server.startswith('Zope')):
self.setWarning(i18n._("Zope Server cannot determine"
" MIME type with HEAD, falling back to GET"))
self.method = "GET"
continue
break
# check url warnings