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

Make the application be the WSGI app instead of create one #5

Merged
merged 1 commit into from Sep 23, 2020

Conversation

jon-betts
Copy link
Contributor

@jon-betts jon-betts commented Sep 4, 2020

For whatever mysterious reason, this caused the gevent monkey patching
to kick in at a different time when importing the FrontEndApp, which
makes me think we don't need it...

Why?

This is to set us up for the header blocking PR: #4. We're going to need to modify the headers on the way in and out. This means we need to be the app, rather than just have one.

Base automatically changed from test-coverage to master September 23, 2020 15:30
For whatever mysterious reason, this caused the gevent monkey patching
to kick in at a different time when importing the FrontEndApp, which
makes me think we don't need it...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tech enabler Work which enables other work
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants