Merge branch 'master' of github.com:Kozea/radicale

This commit is contained in:
Guillaume Ayoub 2016-01-15 10:51:24 +01:00
commit 060d265129

View File

@ -453,7 +453,7 @@ class Application(object):
def do_HEAD(self, environ, read_collections, write_collections, content,
user):
"""Manage HEAD request."""
status, headers, answer = self.get(
status, headers, answer = self.do_GET(
environ, read_collections, write_collections, content, user)
return status, headers, None