a bunch of fixes for release candidate

This commit is contained in:
roberto@sirius
2010-04-14 07:25:58 +02:00
parent 4be5830fc3
commit 174116c48b
3 changed files with 7 additions and 2 deletions
+3 -1
View File
@@ -208,5 +208,7 @@ int uwsgi_request(struct uwsgi_server *uwsgi, struct wsgi_request *wsgi_req) {
}
void uwsgi_after_request(struct uwsgi_server *uwsgi, struct wsgi_request *wsgi_req) {
return;
if (uwsgi->shared->options[UWSGI_OPTION_LOGGING])
log_request(wsgi_req);
}