mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-09 07:04:44 +00:00
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:
parent
ce68bb782a
commit
1f28911a23
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue