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

abort with reused session #8

Open
dajt1725 opened this issue Feb 24, 2017 · 0 comments
Open

abort with reused session #8

dajt1725 opened this issue Feb 24, 2017 · 0 comments

Comments

@dajt1725
Copy link

My code creates a session and makes a number of requests by using session.post() After ~50 successful requests I get an abort in the requests_negotiate code ("assert isinstance(sock, (ssl.SSLSocket, socket.socket))") because sock is None, which isn't an instance of ssl.SSLSocket. As a workaround I keep a counter, and create a new session every 49 requests, but that's inelegant.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant