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),
|
: timeout),
|
||||||
url, builder.slice().toJson());
|
url, builder.slice().toJson());
|
||||||
|
|
||||||
|
if (!result.successful()) {
|
||||||
|
return result;
|
||||||
|
}
|
||||||
|
|
||||||
try {
|
try {
|
||||||
result.setVPack(VPackParser::fromJson(result.bodyRef()));
|
result.setVPack(VPackParser::fromJson(result.bodyRef()));
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue