Differences From Artifact [ef5db2e248]:
- File src/http.c — part of check-in [459d0cbbc7] at 2025-07-22 18:11:39 on branch xfer-login-card — Remove some dead code. Add some internal docs. Add a couple of const qualifiers to help me reason through the xfer payload buffer's lifetime. (user: stephan size: 29575)
To Artifact [ec95db5773]:
- File src/http.c — part of check-in [21be2978af] at 2025-07-22 22:53:49 on branch xfer-login-card — Add some debugging 'message' cards to help trace how the remote is handling the login. (user: stephan size: 29574)
| ︙ | |||
463 464 465 466 467 468 469 | 463 464 465 466 467 468 469 470 471 472 473 474 475 476 | - |
g.url.flags |= URL_SSH_PATH;
}
if( transport_open(&g.url) ){
fossil_warning("%s", transport_errmsg(&g.url));
return 1;
}
|
| ︙ |