etianen / aiohttp-wsgi

WSGI adapter for aiohttp.
https://aiohttp-wsgi.readthedocs.io
BSD 3-Clause "New" or "Revised" License
232 stars 20 forks source link

Update api.py #2

Closed cr0hn closed 9 years ago

cr0hn commented 9 years ago

Proposed patch for more versatility when run the server. If this patch is applied, this module can be as a backend for chaussette web server.

etianen commented 9 years ago

I've implemented this idea in 5cfde93796a682d0819248357210dd3020c557e2 . Could you take a look and let me know what you think?

Using your implementation as a reference, I've applied the backlog argument to all types of server, not just the preexisting socket server.

If this still works for you, then I'm happy to push out a new release with this functionality.

cr0hn commented 9 years ago

Great! It look the same that I sent to you :)

etianen commented 9 years ago

Welcome to aiohttp-wsgi 0.1.2! I just pushed out a release.

Thanks for your help! :D

On 30 Mar 2015, at 10:15, cr0hn notifications@github.com wrote:

Closed #2.

— Reply to this email directly or view it on GitHub.