From 1943ad9e12688665d27cc69f40202015d4c3442e Mon Sep 17 00:00:00 2001 From: an-tao <20741618@qq.com> Date: Mon, 31 Dec 2018 20:06:44 +0800 Subject: [PATCH] Fix a compiler warning --- lib/src/HttpResponseImpl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/src/HttpResponseImpl.h b/lib/src/HttpResponseImpl.h index d99b5812..13ecb2cd 100755 --- a/lib/src/HttpResponseImpl.h +++ b/lib/src/HttpResponseImpl.h @@ -329,7 +329,7 @@ class HttpResponseImpl : public HttpResponse mutable std::shared_ptr _httpString; mutable std::shared_ptr _httpStringMutex; mutable std::string::size_type _datePos = std::string::npos; - mutable uint64_t _httpStringDate = -1; + mutable int64_t _httpStringDate = -1; //trantor::Date receiveTime_;