1
0
Fork 0

enable VPACK

This commit is contained in:
Jan Christoph Uhde 2016-07-27 09:12:28 +02:00
parent d93b709b4f
commit 59ec4bf83b
2 changed files with 2353 additions and 5 deletions

2352
Documentation/arango.doxygen Normal file

File diff suppressed because it is too large Load Diff

View File

@ -266,11 +266,7 @@ void GeneralRequest::setArrayValue(char* key, size_t length,
}
bool GeneralRequest::velocyPackResponse() const {
#if 0
// currently deactivated
// needs only to be used in http case?!
std::string const& result = header(StaticStrings::Accept);
return (std::string::npos != result.find(StaticStrings::MimeTypeVPack));
#else
return false;
#endif
}