Skip to content

Commit 159f612

Browse files
airweentheseion
andauthored
Update comment
Co-authored-by: Max Leske <250711+theseion@users.noreply.github.com>
1 parent bbe7eda commit 159f612

File tree

1 file changed

+1
-1
lines changed
  • src/request_body_processor

1 file changed

+1
-1
lines changed

src/request_body_processor/xml.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ class MSCSAXHandler {
7979
const std::shared_ptr<NodeData>& nd = xml_data->nodes[xml_data->nodes.size()-1];
8080
if (nd->has_child == true) {
8181
// check the return value
82-
// if it false, then stop parsing
82+
// if false, then stop parsing
8383
// this means the number of arguments reached the limit
8484
if (xml_data->m_transaction->addArgument("XML", xml_data->currpath, xml_data->currval, 0) == false) {
8585
xmlStopParser(xml_data->parsing_ctx_arg);

0 commit comments

Comments
 (0)