Commit 309687e
authored
PushRegistrationManager: fix repeated sending of requests (#2082)
* Update PushRegistrationManager to use TextContent for POST requests (closes #2073)
* Replace ByteReadChannel with TextContent in PushRegistrationManager
* Update bitfire-dav4jvm dependency to 30472e34d6
* Update bitfire-dav4jvm dependency to a8acbff3101 parent bbb200c commit 309687e
File tree
2 files changed
+3
-4
lines changed- core/src/main/kotlin/at/bitfire/davdroid/push
- gradle
2 files changed
+3
-4
lines changedLines changed: 2 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
37 | 38 | | |
38 | | - | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
261 | 261 | | |
262 | 262 | | |
263 | 263 | | |
264 | | - | |
265 | | - | |
| 264 | + | |
266 | 265 | | |
267 | 266 | | |
268 | 267 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
0 commit comments