better implementation of start_response()

This commit is contained in:
roberto@precise64
2012-05-02 09:30:37 +02:00
parent 5ccf2254eb
commit c39cf848de
6 changed files with 96 additions and 36 deletions
+2
View File
@@ -127,6 +127,8 @@ struct uwsgi_option uwsgi_python_options[] = {
{"py-auto-reload-ignore", required_argument, 0, "ignore the specified module during auto-reload scan (can be specified multiple times)", uwsgi_opt_add_string_list, &up.auto_reload_ignore, UWSGI_OPT_THREADS|UWSGI_OPT_MASTER},
#endif
{"start_response-nodelay", no_argument, 0, "send WSGI http headers as soon as possible (PEP violation)", uwsgi_opt_true, &up.start_response_nodelay, 0},
{0, 0, 0, 0, 0, 0, 0},
};