rework client using async api
This commit is contained in:
+1
-1
@@ -118,7 +118,7 @@ protected:
|
||||
|
||||
std::string start_line_;
|
||||
|
||||
std::size_t content_length_;
|
||||
std::size_t content_length_ = kInvalidLength;
|
||||
};
|
||||
|
||||
} // namespace webcc
|
||||
|
||||
Reference in New Issue
Block a user