comparison Core/HttpClient.cpp @ 3591:19d88138c30f

cleanup
author Alain Mazy <alain@mazy.be>
date Mon, 23 Dec 2019 10:44:09 +0100
parents d5740d3b1d67
children 1fe74e7d9646 94f4a18a79cc
comparison
equal deleted inserted replaced
3590:d5740d3b1d67 3591:19d88138c30f
42 42
43 #include <string.h> 43 #include <string.h>
44 #include <curl/curl.h> 44 #include <curl/curl.h>
45 #include <boost/algorithm/string/predicate.hpp> 45 #include <boost/algorithm/string/predicate.hpp>
46 #include <boost/thread/mutex.hpp> 46 #include <boost/thread/mutex.hpp>
47 #include <list>
48 47
49 // Default timeout = 60 seconds (in Orthanc <= 1.5.6, it was 10 seconds) 48 // Default timeout = 60 seconds (in Orthanc <= 1.5.6, it was 10 seconds)
50 static const unsigned int DEFAULT_HTTP_TIMEOUT = 60; 49 static const unsigned int DEFAULT_HTTP_TIMEOUT = 60;
51 50
52 51