*** empty log message ***
This commit is contained in:
parent
dccf9a9aac
commit
bdf18fb689
|
|
@ -812,7 +812,7 @@ handle_socket_error(void) const {
|
|||
int Downloader::
|
||||
get_network_error(void) const {
|
||||
#ifndef WIN32
|
||||
return DL_error;
|
||||
return DL_error_abort;
|
||||
#else
|
||||
switch (WSAGetLastError()) {
|
||||
case 10050:
|
||||
|
|
|
|||
|
|
@ -40,8 +40,7 @@ PUBLISHED:
|
|||
DL_success = 1,
|
||||
|
||||
// General download errors
|
||||
DL_error = -1,
|
||||
DL_error_abort = -2,
|
||||
DL_error_abort = -1,
|
||||
|
||||
// General network errors
|
||||
DL_error_network_dead = -30,
|
||||
|
|
|
|||
Loading…
Reference in New Issue