mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-14 06:55:49 +02: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