mirror of https://gitee.com/bigwinds/arangodb
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
This commit is contained in:
commit
c6c070b53b
|
@ -1026,6 +1026,10 @@ AgencyCommResult AgencyComm::sendTransactionWithFailover(
|
|||
: timeout),
|
||||
url, builder.slice().toJson());
|
||||
|
||||
if (!result.successful()) {
|
||||
return result;
|
||||
}
|
||||
|
||||
try {
|
||||
result.setVPack(VPackParser::fromJson(result.bodyRef()));
|
||||
|
||||
|
|
Loading…
Reference in New Issue