better next support for spnego

This commit is contained in:
Unbit
2013-05-04 13:49:32 +02:00
parent b33ca9225a
commit 39df68c38e
+1
View File
@@ -217,6 +217,7 @@ forbidden:
uwsgi_response_write_body_do(wsgi_req, "Unauthorized", 12);
end:
if (ur->custom) return UWSGI_ROUTE_NEXT;
return UWSGI_ROUTE_BREAK;
}