mirror of
https://gitee.com/an-tao/drogon.git
synced 2024-12-02 03:38:03 +08:00
Fix a bug of HttpResponseImpl
This commit is contained in:
parent
73507a6375
commit
38f61de9fa
@ -230,6 +230,7 @@ class HttpResponseImpl : public HttpResponse
|
||||
_bodyPtr.reset(new std::string());
|
||||
_left_body_length = 0;
|
||||
_current_chunk_length = 0;
|
||||
_jsonPtr.reset();
|
||||
}
|
||||
|
||||
virtual void setExpiredTime(ssize_t expiredTime) override
|
||||
|
Loading…
Reference in New Issue
Block a user