]> source.dussan.org Git - nextcloud-server.git/commit
refactor(dav): migrate to new http client
authorDaniel Kesselberg <mail@danielkesselberg.de>
Thu, 13 Jun 2024 16:27:53 +0000 (18:27 +0200)
committerbackportbot[bot] <backportbot[bot]@users.noreply.github.com>
Tue, 25 Jun 2024 19:11:17 +0000 (19:11 +0000)
commit8670df2bc509ce3065c550689085ac9860a177d8
tree33ca2a1a5f41f9af97b7fe121f1fa7d52e14f1fb
parent6f34a47f5a565be8028e48c56e7b8997c26667fc
refactor(dav): migrate to new http client

The request method is available since 29 and thus we can finally use the modern http client to send the report request for the addressbook sync.

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
apps/dav/lib/CardDAV/SyncService.php
apps/dav/tests/unit/CardDAV/SyncServiceTest.php