when the text in the description field is larger than 500 kB, DAVx5 stops the synchronization process #1117
Unanswered
SergeyPetrov98
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When the text in the description field is larger than 500 kB, DAVx5 stops the synchronization process.
Older versions of DAVx5 threw an exception (see logcat_davx.txt), but the new version (4.4.3.2) silently stops the synchronization on the current event, and consequently all the events past the current doesn't get to the device. The synchronization stop was noticed, when DAVx5 processed letters containing a mix of simple and base64 text in the description field.
I have made a patch (davx.patch), which does the following:
May I propose this to be pushed into the master?
Beta Was this translation helpful? Give feedback.
All reactions