Skip to content

Commit c4ba43c

Browse files
committed
Removed incorrect comment
1 parent 20cba2e commit c4ba43c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

httplib.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6381,7 +6381,7 @@ inline bool ClientImpl::write_content_with_provider(Stream &strm,
63816381
return detail::write_content(strm, req.content_provider_, 0,
63826382
req.content_length_, is_shutting_down, error);
63836383
}
6384-
} // namespace httplib
6384+
}
63856385

63866386
inline bool ClientImpl::write_request(Stream &strm, Request &req,
63876387
bool close_connection, Error &error) {

0 commit comments

Comments
 (0)