mirror of
https://github.com/Kozea/Radicale.git
synced 2025-09-15 20:36:55 +00:00
Rename _write_xml_content to _xml_response
This commit is contained in:
parent
80e8750c8a
commit
42ad18bc84
5 changed files with 6 additions and 7 deletions
|
@ -374,4 +374,4 @@ class ApplicationPropfindMixin:
|
|||
self._encoding)
|
||||
if status == client.FORBIDDEN and xml_answer is None:
|
||||
return httputils.NOT_ALLOWED
|
||||
return status, headers, self._write_xml_content(xml_answer)
|
||||
return status, headers, self._xml_response(xml_answer)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue