The Wayback Machine - https://web.archive.org/web/20201201012322/https://github.com/microsoft/cpprestsdk/pull/920/commits
Skip to content
New issue

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

Fix off-by-one error in connection pooling introduced with asio certificate changes in 2.10.4 #920

Merged
merged 2 commits into from Oct 16, 2018

Commits on Oct 16, 2018

  1. Fix off-by-one error introduced in connection pool stack.

    This got introduced when the connection pool queue was changed into a stack to reuse hot connections.
    BillyONeal committed Oct 16, 2018
  2. Make connection_pool_stack testable and add tests.

    BillyONeal committed Oct 16, 2018
You can’t perform that action at this time.