added UWSGI_CACHE_GET dynamic variable

This commit is contained in:
roberto@natty32
2011-03-20 21:24:32 +01:00
parent 97a4260d44
commit 7ae77aa58d
3 changed files with 21 additions and 1 deletions
-1
View File
@@ -262,7 +262,6 @@ int uwsgi_request_wsgi(struct wsgi_request *wsgi_req) {
}
if (uwsgi_parse_vars(wsgi_req)) {
uwsgi_log("Invalid WSGI request. skip.\n");
return -1;
}