https://issues.apache.org/bugzilla/show_bug.cgi?id=54985
Mikhail Epikhin <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW --- Comment #6 from Mikhail Epikhin <[email protected]> --- Every SampleResult have 2 field : successful and responseCode. TransactionController#setTransactionDone sets repsonceCode (200) only if transaction is successful. If transaction is failure, responseCode empty. This patch sets responseCode always. It's good way to determine real problem if you using transactions. -- You are receiving this mail because: You are the assignee for the bug.
