diff --git a/core/master_utils.c b/core/master_utils.c index 34703741..7da5d6f9 100644 --- a/core/master_utils.c +++ b/core/master_utils.c @@ -559,6 +559,11 @@ int uwsgi_respawn_worker(int wid) { // reset the apps count with a copy from the master uwsgi.workers[uwsgi.mywid].apps_cnt = uwsgi.workers[0].apps_cnt; + // reset wsgi_request structures + for(i=0;i