mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 23:43:17 +01:00
0b86ba7a20
TB 110 does an initial PROPFIND and then requests ALL resources in a single multiget REPORT, which caused two problems: a) enabled CalDAV/CardDAV request logging switched output-buffering on and then runs out of memory --> switching it and therefore logging off for multiget REPORTS with more then 200 resources b) PROPFIND iterator wrongly continued running, if the not found resources together with the found ones exceeded the chunk-size of 500 |
||
---|---|---|
.. | ||
class.addressbook_bo.inc.php | ||
class.addressbook_contactform.inc.php | ||
class.addressbook_display.inc.php | ||
class.addressbook_egw_record.inc.php | ||
class.addressbook_export_contacts_csv.inc.php | ||
class.addressbook_export_vcard.inc.php | ||
class.addressbook_favorite_portlet.inc.php | ||
class.addressbook_groupdav.inc.php | ||
class.addressbook_hooks.inc.php | ||
class.addressbook_import_contacts_csv.inc.php | ||
class.addressbook_import_vcard.inc.php | ||
class.addressbook_merge.inc.php | ||
class.addressbook_so.inc.php | ||
class.addressbook_ui.inc.php | ||
class.addressbook_vcal.inc.php | ||
class.addressbook_wizard_export_contacts_csv.inc.php | ||
class.addressbook_wizard_export_vcard.inc.php | ||
class.addressbook_wizard_import_contacts_csv.inc.php | ||
class.addressbook_wizard_import_vcard.inc.php | ||
class.addressbook_zpush.inc.php |