Conversation
…loses #2073) * Replace ByteReadChannel with TextContent in PushRegistrationManager * Update bitfire-dav4jvm dependency to 30472e34d6
ArnyminerZ
left a comment
There was a problem hiding this comment.
I don't fully 100% understand why this fixes the issue, but makes sense I guess. Feel free to merge.
👍🏻 In short:
As soon as it has to repeat the request for whatever reason (authentication required, redirect, retry on timeout, whatever), it sends an empty request instead (because the Using |
See bitfireAT/dav4jvm#156 first
Purpose
This PR updates the
PushRegistrationManagerto useTextContentinstead ofByteReadChannelfor POST requests, addressing issue #2073.Short description
ByteReadChannelwithTextContentinPushRegistrationManager.bitfire-dav4jvmdependency to commit30472e34d6.Note: dav4jvm commit ID will be updated to latest main before merging.
Checklist