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_;