mirror of
https://github.com/pocoproject/poco.git
synced 2025-11-25 06:36:37 +01:00
fixed minor bug
This commit is contained in:
@@ -155,7 +155,8 @@ void Form::handleAjaxRequest(const Poco::Net::NameValueCollection& args, Poco::N
|
||||
response.setChunkedTransferEncoding(true);
|
||||
serializeJSONImpl(response.send());
|
||||
}
|
||||
response.send();
|
||||
else
|
||||
response.send();
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user