zchuango commented on code in PR #3409: URL: https://github.com/apache/brpc/pull/3409#discussion_r3735810747
########## src/brpc/progressive_reader.h: ########## @@ -20,6 +20,7 @@ #define BRPC_PROGRESSIVE_READER_H #include "brpc/shared_object.h" +#include "brpc/socket.h" Review Comment: Fixed. brpc/socket.h has been replaced with brpc/socket_id.h, since this interface only requires SocketId. -- 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]
