Upgrade cpp-httplib

This commit is contained in:
Adam Ierymenko 2020-09-30 15:21:58 -04:00
parent c7dcbba442
commit bb45f9ca3c
4 changed files with 4846 additions and 1436 deletions

View file

@ -48,7 +48,7 @@ LFDB::LFDB(const Identity &myId,const char *path,const char *lfOwnerPrivate,cons
char maskingKey [128];
Utils::hex(sha512pk,32,maskingKey);
httplib::Client htcli(_lfNodeHost.c_str(),_lfNodePort,600);
httplib::Client htcli(_lfNodeHost.c_str(),_lfNodePort);
int64_t timeRangeStart = 0;
while (_running.load()) {
{