mirror of https://github.com/BOINC/boinc.git
parent
7ba4ee6347
commit
6641b7f87e
|
@ -5859,3 +5859,12 @@ Karl 2003/08/20
|
|||
|
||||
client/
|
||||
time_stats.C
|
||||
|
||||
Chrisz 2003/08/20
|
||||
- make progress and size on GUI keep old values when suspend during downloading
|
||||
|
||||
client/
|
||||
http.C
|
||||
client/win
|
||||
wingui_mainwindow.cpp
|
||||
|
||||
|
|
|
@ -227,6 +227,9 @@ int HTTP_OP::init_get(char* url, char* out, bool del_old_file, double off) {
|
|||
parse_url(url, hostname, port, filename);
|
||||
NET_XFER::init(use_http_proxy?proxy_server_name:hostname, use_http_proxy?proxy_server_port:port, HTTP_BLOCKSIZE);
|
||||
safe_strcpy(outfile, out);
|
||||
if (off != 0){
|
||||
bytes_xferred = off;
|
||||
}
|
||||
http_op_type = HTTP_OP_GET;
|
||||
http_op_state = HTTP_STATE_CONNECTING;
|
||||
if (use_http_proxy) {
|
||||
|
|
Loading…
Reference in New Issue