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 request timeouts in django >= v2.1.4 #85

Merged
merged 1 commit into from
Apr 2, 2019

Conversation

ajsierakowski
Copy link
Contributor

Changing SecureHTTPServer from extending WSGIServer to extending
ThreadedWSGIServer appears to resolve the request timeout issue in
django >= v2.1.4 (issue #80).

Changing SecureHTTPServer from extending WSGIServer to extending
ThreadedWSGIServer appears to resolve the request timeout issue in
django >= v2.1.4.
@max-wittig
Copy link

@battlemidget Could this be merged and a new released pushed to PyPI? It's kind of required for django-sslserver to work. Thanks

@ajsierakowski
Copy link
Contributor Author

This modification appears to also fix django-sslserver for django v2.2.

@adam-stokes adam-stokes merged commit 24c5ad5 into teddziuba:master Apr 2, 2019
@justinmayer
Copy link

This fix is not available yet in a packaged release on PyPI. Until then, use the following workaround:

pip install https://github.com/teddziuba/django-sslserver/archive/master.tar.gz

@max-wittig
Copy link

@teddziuba Could you look into releasing a new version? Because django-sslserver is currently broken in the latest django version. The last release was in 2015. Thanks 👍

@adam-stokes
Copy link
Collaborator

Sorry for delay, just uploaded a new release

@max-wittig
Copy link

@battlemidget No problem. Thanks for the library and all the effort invested here! ❤️

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

Successfully merging this pull request may close these issues.

4 participants