-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
aiohttp worker #775
aiohttp worker #775
Conversation
The patch is LGTM. |
Also I have a question about documentation. Is there enough to mention gaiohttp worker in design.rst and settings.rst? |
@fafhrd91 @asvetlov we really need to add tests for worker but it can be done later imo( @davisp @tilgovi thoughts?) . I just tested the worker with the test example and got the following error:
To fix it i had to comment the following line:
In the The rest is OK for me. |
@asvetlov there is one changelog / year and 1 "current" changelog indeed... I didn't find the time yet to make it automatic :) |
i opened an issue in the aiohttp project with a possible patch. It's expected to have headers as utf8. |
@benoitc as you can see we have fixed utf8 headers problem on master but we need for other important to aiohttp issues before making new release. For documentation changes would do you like to do it yourself? If you like the plan -- let me know. |
As I see the point of decision has moved to Monday. Anyway, @benoitc please take care on gunicorn documentation upgrade. |
i've just released 0.8.0 version. |
+1 for the merge |
Tests added in e1d97f1 |
@benoitc aiohttp has unittests for worker, i'm not sure you want me to move as well.