1
0
mirror of https://github.com/falk-werner/webfuse-provider synced 2026-03-02 04:09:18 +00:00

added implementation of json_writer

This commit is contained in:
Falk Werner
2020-07-09 22:12:13 +02:00
parent c6c9edcd81
commit c9f086f6cf
8 changed files with 523 additions and 56 deletions

View File

@@ -170,7 +170,6 @@ public:
{
std::string response_text = future.get();
result = json_loadb(response_text.c_str(), response_text.size(), 0, nullptr);
std::unique_lock<std::mutex> lock(mutex);
message = nullptr;
}