diff --git a/core/master_utils.c b/core/master_utils.c index 73009ea9..6b1acacf 100644 --- a/core/master_utils.c +++ b/core/master_utils.c @@ -555,6 +555,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