Skip to content

Commit 0508395

Browse files
author
Felipe Zimmerle
committed
Forces REQBODY_ERROR to zero whenever there is a valid XML
1 parent b36c426 commit 0508395

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/transaction.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -680,7 +680,7 @@ int Transaction::processRequestBody() {
680680
+ error, m_variableOffset);
681681
m_variableReqbodyProcessorError.set("1", m_variableOffset);
682682
} else {
683-
m_variableReqbodyError.set("1", m_variableOffset);
683+
m_variableReqbodyError.set("0", m_variableOffset);
684684
m_variableReqbodyProcessorError.set("0", m_variableOffset);
685685
}
686686
#if WITH_YAJL

0 commit comments

Comments
 (0)