Merge branch 'master' into with_orm

This commit is contained in:
antao 2018-11-15 19:43:41 +08:00
commit 43b7633df4
1 changed files with 1 additions and 0 deletions

View File

@ -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