mirror of https://gitee.com/bigwinds/arangodb
Merge branch 'obi-velocystream' of github.com:arangodb/arangodb into obi-velocystream
* 'obi-velocystream' of github.com:arangodb/arangodb: Remove _cookies
This commit is contained in:
commit
8db47d507c
|
@ -101,7 +101,6 @@ class VppRequest final : public GeneralRequest {
|
|||
std::unordered_map<std::string, std::string> _values;
|
||||
std::unordered_map<std::string, std::vector<std::string>> _arrayValues;
|
||||
uint64_t _messageId;
|
||||
const std::unordered_map<std::string, std::string> _cookies; // TODO remove
|
||||
|
||||
void parseHeaderInformation();
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue