Converted curl/http to be thread-safe.

This commit is contained in:
Jari Sundell
2025-06-11 17:04:40 +02:00
committed by GitHub
parent a51f367671
commit 41589f06c2
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ public:
//
// Consider adding a flag to indicate whetever HttpQueue should
// delete the stream.
iterator insert(const std::string& url, std::iostream* s);
iterator insert(const std::string& url, std::iostream* stream);
void erase(iterator itr);
void clear();