Menci commented on PR #2800: URL: https://github.com/apache/brpc/pull/2800#issuecomment-2443928142
@wasphin A bit strange. `brpc.h` is not using `<cstdint>`, as it doesn't expose this API `ConvertGrpcTimeoutToUS`, while the caller in `http_rpc_protocol.cpp` declared this API manually: https://github.com/apache/brpc/blob/dae4b4df23fe7fff3c62ef4eb8088540d9cc1789/src/brpc/policy/http_rpc_protocol.cpp#L58-L59 -- 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]
