> I think the indentation in the example is wrong for the "async for msg > in ws:" block.
yep, fixed (more or less) > > btw, > how does this work? > what parses the uwsgi protocol? nothing, uWSGi initialize and configure the socket, it is the job ov the worker overrider to parse data. > since you map the socket fds to the aiohttp.web.make_handler handler > wont that expect http? > yes, it will expect http -- Roberto De Ioris http://unbit.com _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
