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

Connector caching #415

Merged
merged 9 commits into from
Jun 20, 2015
Merged

Connector caching #415

merged 9 commits into from
Jun 20, 2015

Conversation

asvetlov
Copy link
Member

rename TCPConnector DNS caching API

@@ -419,10 +422,21 @@ def __init__(self, *, verify_ssl=True, fingerprint=None,
self._hashfunc = hashfunc
self._fingerprint = fingerprint

if cache_dns is not _marker and resolve is not _marker:
if cache_dns != resolve:
raise ValueError("cashe_dns must agree with resolve")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

s/cashe/cache/

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

@asvetlov
Copy link
Member Author

I guess now everything is done.

asvetlov added a commit that referenced this pull request Jun 20, 2015
@asvetlov asvetlov merged commit 24d9c38 into master Jun 20, 2015
@asvetlov asvetlov deleted the connector_caching branch June 20, 2015 15:50
@lock
Copy link

lock bot commented Oct 30, 2019

This thread has been automatically locked since there has not been
any recent activity after it was closed. Please open a new issue for
related bugs.

If you feel like there's important points made in this discussion,
please include those exceprts into that new issue.

@lock lock bot added the outdated label Oct 30, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Oct 30, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants