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

New AsyncNoStreamGunicornWorker and a fix for event loop creation in new workers #40

Closed
wants to merge 3 commits into from

Commits on Apr 24, 2014

  1. AsyncGunicornWorker doesn't update asyncio's default event loop anymo…

    …re, instead only creates one for itself.
    
    Added AsyncNoStreamGunicornWorker which reads the input data into wsgi.input as a BytesIO object. This fixes problems of aiohttp workers with pyramid/webob frameworks.
    hanula committed Apr 24, 2014
    Copy the full SHA
    b912a62 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    ace6813 View commit details
    Browse the repository at this point in the history
  3. Updated changelog.

    hanula committed Apr 24, 2014
    Copy the full SHA
    e01ca59 View commit details
    Browse the repository at this point in the history