diff --git a/CHANGELOG.md b/CHANGELOG.md index e1b8856a..a3d98269 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ Version 74: * Remove common/file_body.hpp * Add file_posix * Fix Beast include directories for cmake targets +* remove redundant flush() from example -------------------------------------------------------------------------------- diff --git a/example/http-client/http_client.cpp b/example/http-client/http_client.cpp index 5c3d0184..ff4b2039 100644 --- a/example/http-client/http_client.cpp +++ b/example/http-client/http_client.cpp @@ -25,7 +25,6 @@ int main() [](std::string what, beast::error_code ec) { std::cerr << what << ": " << ec.message() << std::endl; - std::cerr.flush(); return EXIT_FAILURE; };