Bug#524423: Increase the maximum time that the ATS client waits for the
ATS server to respond from 30 seconds to 120 seconds.
This commit is contained in:
parent
c5b381b6fe
commit
f867391074
@ -440,6 +440,11 @@ InternalRpc(
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Increase the timeout. Bug#524423
|
||||||
|
if (!WinHttpSetTimeouts(hRequest, 0, 60000, 30000, 120000)) {
|
||||||
|
DbgTrace(0, "-InternalRpc- WinHttpSetTimeouts() failed\n", 0);
|
||||||
|
}
|
||||||
|
|
||||||
// Send the request
|
// Send the request
|
||||||
securityFailureStatusFlags = 0;
|
securityFailureStatusFlags = 0;
|
||||||
if (WinHttpSendRequest(hRequest,
|
if (WinHttpSendRequest(hRequest,
|
||||||
|
Loading…
Reference in New Issue
Block a user