*ScgiServer: Added clearing of the post data at the end of each request.

git-svn-id: svn://ultimatepp.org/upp/trunk@2743 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
jeremy_c 2010-10-04 16:46:52 +00:00
parent af3d8a7822
commit 6fbdddb2e0

View file

@ -75,6 +75,7 @@ void ScgiServer::Run()
clientSock.Close();
serverVars.Clear();
query.Clear();
post.Clear();
WhenClosed();
}