We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2135c89 commit 91a45e7Copy full SHA for 91a45e7
src/request_body_processor/xml.cc
@@ -309,7 +309,7 @@ bool XML::complete(std::string *error) {
309
+ std::to_string(m_data.well_formed) + ").");
310
311
if (m_data.well_formed != 1) {
312
- error->assign("XML: Failed parsing document.");
+ error->assign("XML: Failed to parse document.");
313
ms_dbg_a(m_transaction, 4, "XML: Failed to parse document.");
314
return false;
315
}
0 commit comments