Differences From Artifact [b02eb5519c]:
- File src/xfer.c — part of check-in [469efd6a7c] at 2009-10-01 14:47:54 on branch trunk — Disable the check of the "server-code" on a sync. This means that two repositories with the same "server-code" can sync with each other, which allows a repository to be copied using an ordinary file copy, and without having to run clone. (user: drh size: 38847) [more...]
To Artifact [136cf94151]:
- File src/xfer.c — part of check-in [16f6fd904a] at 2009-11-09 15:32:32 on branch ssl — Add SSL support. (user: dmitry size: 38850)
| ︙ | |||
1268 1269 1270 1271 1272 1273 1274 | 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 | - + |
go = 1;
}
};
transport_stats(&nSent, &nRcvd, 1);
printf("Total network traffic: %d bytes sent, %d bytes received\n",
nSent, nRcvd);
transport_close();
|