zchuango commented on code in PR #3469: URL: https://github.com/apache/brpc/pull/3469#discussion_r3828343167
########## example/http_c++/http_client.cpp: ########## @@ -22,11 +22,17 @@ // - Access www.foo.com // ./http_client www.foo.com +#include <string> #include <gflags/gflags.h> #include <butil/logging.h> #include <brpc/channel.h> +#include "bthread/countdown_event.h" Review Comment: The existing example already used `std::cout` and `std::cerr` before this PR, and this change does not introduce new iostream usage. To keep this PR focused on progressive-read timeout support, this pre-existing include cleanup is left out of scope. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
