mirror of
https://github.com/yhirose/cpp-httplib
synced 2024-11-21 06:26:02 -07:00
Removed incorrect comment
This commit is contained in:
parent
20cba2ecd9
commit
c4ba43ca6f
1 changed files with 1 additions and 1 deletions
|
@ -6381,7 +6381,7 @@ inline bool ClientImpl::write_content_with_provider(Stream &strm,
|
|||
return detail::write_content(strm, req.content_provider_, 0,
|
||||
req.content_length_, is_shutting_down, error);
|
||||
}
|
||||
} // namespace httplib
|
||||
}
|
||||
|
||||
inline bool ClientImpl::write_request(Stream &strm, Request &req,
|
||||
bool close_connection, Error &error) {
|
||||
|
|
Loading…
Reference in a new issue