Differences From Artifact [43bf993a93]:
- File src/http_transport.c — part of check-in [cb43937d8c] at 2017-08-12 18:47:08 on branch trunk — Enhance the ssh:// URL to be cautious about the fossil= query parameter. Only commands "fossil" and "echo" (with an optional path) are accepted. (user: drh size: 13192) [more...]
To Artifact [4799cab705]:
- File src/http_transport.c — part of check-in [9281d52a91] at 2018-06-28 17:15:48 on branch smtp — The test-smtp-probe command is now working. (user: drh size: 13195) [more...]
| ︙ | |||
323 324 325 326 327 328 329 | 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 | - + |
got = ssl_receive(0, zBuf, N);
#else
got = 0;
#endif
}else if( pUrlData->isFile ){
got = fread(zBuf, 1, N, transport.pFile);
}else{
|
| ︙ |