removed garbage from old versions

This commit is contained in:
Roberto De Ioris
2012-12-10 17:37:13 +01:00
parent 6a9809b301
commit 98e9822150
-6
View File
@@ -1128,12 +1128,6 @@ void sanitize_args() {
}
}
#ifdef UWSGI_HTTP
if (uwsgi.http && !uwsgi.http_only) {
uwsgi.vacuum = 1;
}
#endif
if (uwsgi.write_errors_exception_only) {
uwsgi.ignore_sigpipe = 1;
uwsgi.ignore_write_errors = 1;