Differences From Artifact [6548d0e642]:
- File src/http.c — part of check-in [439af9348b] at 2025-07-23 20:56:04 on branch xfer-login-card — Account for CGI-hosted fossil instances by sending the xfer login card as a URL argument. This is somewhat inelegant but works around their inability to read HTTP headers. This version is still more verbose than it needs to be, and requires more testing for compatibility with trunk fossil versions. (user: stephan size: 30939)
To Artifact [3e4e933bac]:
- File src/http.c — part of check-in [815a84cbcc] at 2025-07-23 23:31:31 on branch xfer-login-card — Remove some xfer login process debug output. (user: stephan size: 30891)
| ︙ | |||
559 560 561 562 563 564 565 | 559 560 561 562 563 564 565 566 567 568 569 570 571 572 | - |
}
/*
** Send the request to the server.
*/
if( mHttpFlags & HTTP_VERBOSE ){
fossil_print("URL: %s\n", g.url.canonical);
|
| ︙ |