Differences From Artifact [88ddaafdca]:
- File
src/MTXRequest.m
— part of check-in
[17e299f073]
at
2020-10-03 21:56:23
on branch trunk
— Initial support for sync
Only sends the sync, does not do anything with the response yet. Handling the response will be implemented in the next several commits, piece by piece. (user: js, size: 4989) [annotate] [blame] [check-ins using]
To Artifact [6c0156e037]:
- File src/MTXRequest.m — part of check-in [2682b2dc32] at 2020-10-04 01:18:14 on branch trunk — Include "since" in sync (user: js, size: 4999) [annotate] [blame] [check-ins using]
︙ | |||
93 94 95 96 97 98 99 | 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 | - + | if (_block != nil) /* Not the best exception to indicate it's already in-flight. */ @throw [OFAlreadyConnectedException exception]; OFMutableURL *requestURL = [[_homeserver mutableCopy] autorelease]; requestURL.path = _path; |
︙ |