Mercurial > hg > orthanc
comparison Core/HttpClient.cpp @ 1989:f3339c4f8bf4
fix
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Fri, 29 Apr 2016 11:44:16 +0200 |
parents | ce90d109bb64 |
children | 0ae26237569a |
comparison
equal
deleted
inserted
replaced
1988:e29aea2349b9 | 1989:f3339c4f8bf4 |
---|---|
38 #include "Logging.h" | 38 #include "Logging.h" |
39 | 39 |
40 #include <string.h> | 40 #include <string.h> |
41 #include <curl/curl.h> | 41 #include <curl/curl.h> |
42 #include <boost/algorithm/string/predicate.hpp> | 42 #include <boost/algorithm/string/predicate.hpp> |
43 #include <boost/thread/mutex.hpp> | |
43 | 44 |
44 | 45 |
45 extern "C" | 46 extern "C" |
46 { | 47 { |
47 static CURLcode GetHttpStatus(CURLcode code, CURL* curl, long* status) | 48 static CURLcode GetHttpStatus(CURLcode code, CURL* curl, long* status) |