mirror of
https://github.com/clearlinux/uwsgi.git
synced 2026-06-16 02:15:48 +00:00
9 lines
169 B
Python
9 lines
169 B
Python
|
|
import uwsgi
|
|
|
|
|
|
def application(e, s):
|
|
|
|
for part in uwsgi.send_message("192.168.173.100:3032", 0, 0, e, 0, e['wsgi.input'].fileno(), uwsgi.cl()):
|
|
yield part
|