1
0
Fork 0

Merge branch 'devel' of https://github.com/arangodb/arangodb into devel

This commit is contained in:
jsteemann 2017-01-12 16:33:11 +01:00
commit c6c070b53b
1 changed files with 4 additions and 0 deletions

View File

@ -1026,6 +1026,10 @@ AgencyCommResult AgencyComm::sendTransactionWithFailover(
: timeout),
url, builder.slice().toJson());
if (!result.successful()) {
return result;
}
try {
result.setVPack(VPackParser::fromJson(result.bodyRef()));