We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Azure SDK(7.3.1), Cpprest(2.10.16), Boost 1.73 (Linux) Linux (RHEL 7.0), Windows 2012
Uploading is stopped due network issues:
Linux: 'Error resolving address" or "Failed to connect to any resolved endpoint"
Windows: WinHttpWriteData: 12002: The operation timed out
With smaller blobs all upload operations are correct.
Setting of Parallelism factor to 1 (request_options.set_parallelism_factor(1)) didn't resolve the problem
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Azure SDK(7.3.1), Cpprest(2.10.16), Boost 1.73 (Linux)
Linux (RHEL 7.0), Windows 2012
Uploading is stopped due network issues:
Linux: 'Error resolving address" or "Failed to connect to any resolved endpoint"
Windows: WinHttpWriteData: 12002: The operation timed out
With smaller blobs all upload operations are correct.
Setting of Parallelism factor to 1 (request_options.set_parallelism_factor(1)) didn't resolve the problem
The text was updated successfully, but these errors were encountered: