mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-25 06:12:34 -06:00
*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:
parent
af3d8a7822
commit
6fbdddb2e0
1 changed files with 1 additions and 0 deletions
|
|
@ -75,6 +75,7 @@ void ScgiServer::Run()
|
|||
clientSock.Close();
|
||||
serverVars.Clear();
|
||||
query.Clear();
|
||||
post.Clear();
|
||||
|
||||
WhenClosed();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue