mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-16 14:16:09 -06:00
.Web: fixed POST data handling in ISAPI extension library
git-svn-id: svn://ultimatepp.org/upp/trunk@2338 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
16658b4509
commit
a65eba5954
2 changed files with 5 additions and 3 deletions
|
|
@ -850,6 +850,8 @@ String GetHttpURI(HttpQuery query)
|
|||
|
||||
void GetHttpPostData(HttpQuery& query, String buffer)
|
||||
{
|
||||
query.Set("$$POSTDATA", buffer);
|
||||
|
||||
const char *p = buffer;
|
||||
while(p[0] != '-' || p[1] != '-') {
|
||||
while(*p != '\n')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue