Differences From Artifact [be6abfc44c]:
- File src/http_transport.c — part of check-in [25857ebba5] at 2024-11-23 01:11:07 on branch ssh-command-once — This fixes the logic error introduced in [f019cb5fc3f]. (user: andybradford size: 13685) [more...]
To Artifact [09ff9671f0]:
- File src/http_transport.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: 13697)
| ︙ | |||
243 244 245 246 247 248 249 | 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 | - + |
transport.isOpen = 0;
}
}
/*
** Send content over the wire.
*/
|
| ︙ |