Skip to content
This repository has been archived by the owner on Jan 2, 2020. It is now read-only.

Twisted async client for smtp client cert fetch #766

Open
ayoyoness opened this issue Aug 25, 2016 · 1 comment
Open

Twisted async client for smtp client cert fetch #766

ayoyoness opened this issue Aug 25, 2016 · 1 comment

Comments

@ayoyoness
Copy link
Contributor

ayoyoness commented Aug 25, 2016

Currently, on first time login in sessions.py, the smtp client cert is downloaded once . This is done once for each user but it is a blocking http request. Any new user, will block the reactor on their first login.

We should replace the blocking POST request to a twisted async client.

related Issue: #762

@tuliocasagrande
Copy link
Collaborator

Related with: #1060

This is the POST request we should replace by an async call.

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

No branches or pull requests

2 participants