Roberto De Ioris <roberto@...> writes: > Are you sure you are not calling any uwsgi api function from your > /__ping__ view ?
Pretty sure; the view is just this:
def ping(request):
response = HttpResponse('pong')
response['Cache-Control'] = 'no-cache'
return response
and none of the configured middlewares talk to the uwsgi API either.
- G.
_______________________________________________
uWSGI mailing list
[email protected]
http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
