Differences From Artifact [37a56a6e79]:
- File src/http_transport.c — part of check-in [e805fa8db9] at 2011-04-27 18:21:51 on branch windows-i18n — Attempt to get Fossil working on windows systems that do not use UTF8 in the shell. (user: drh size: 13551)
To Artifact [7dbd82a0de]:
- File src/http_transport.c — part of check-in [eea6449098] at 2011-05-02 13:31:01 on branch windows-i18n — Change calls to unlink() into file_delete(). The file_delete() routine converts filenames to MBCS from UTF if necessary. (user: drh size: 13561) [more...]
| ︙ | |||
244 245 246 247 248 249 250 | 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 | - - + + |
ssl_close();
#endif
}else if( g.urlIsFile ){
if( transport.pFile ){
fclose(transport.pFile);
transport.pFile = 0;
}
|
| ︙ |