I've found that an empty string returned from a rpc function would stop a
request with a 500 error

for ex:

@rpc('myrpc')
def myrpc():
    return b""

and
route-run    = rpcvar:TEST myrpc

will just end the request as soon the rpcvar route is invoked. The empty
string goes back to uwsgi as NULL at some point and that makes it return
the 500 error.

Is this intentional or should be considered a bug?

-- 
damjan
_______________________________________________
uWSGI mailing list
[email protected]
http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi

Reply via email to