mirror of
https://gitee.com/an-tao/drogon.git
synced 2024-12-03 12:18:11 +08:00
Fix a compiler warning
This commit is contained in:
parent
38936bde81
commit
1943ad9e12
@ -329,7 +329,7 @@ class HttpResponseImpl : public HttpResponse
|
|||||||
mutable std::shared_ptr<std::string> _httpString;
|
mutable std::shared_ptr<std::string> _httpString;
|
||||||
mutable std::shared_ptr<std::mutex> _httpStringMutex;
|
mutable std::shared_ptr<std::mutex> _httpStringMutex;
|
||||||
mutable std::string::size_type _datePos = std::string::npos;
|
mutable std::string::size_type _datePos = std::string::npos;
|
||||||
mutable uint64_t _httpStringDate = -1;
|
mutable int64_t _httpStringDate = -1;
|
||||||
|
|
||||||
//trantor::Date receiveTime_;
|
//trantor::Date receiveTime_;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user