mirror of
https://github.com/pocoproject/poco.git
synced 2025-04-16 06:56:41 +02:00
fixed minor bug
This commit is contained in:
parent
dd3f43c37d
commit
bba85429b1
@ -155,7 +155,8 @@ void Form::handleAjaxRequest(const Poco::Net::NameValueCollection& args, Poco::N
|
|||||||
response.setChunkedTransferEncoding(true);
|
response.setChunkedTransferEncoding(true);
|
||||||
serializeJSONImpl(response.send());
|
serializeJSONImpl(response.send());
|
||||||
}
|
}
|
||||||
response.send();
|
else
|
||||||
|
response.send();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user