TousakaRin commented on a change in pull request #1005: ignore ELIMIT for circuit breaker URL: https://github.com/apache/incubator-brpc/pull/1005#discussion_r368795402
########## File path: src/brpc/circuit_breaker.cpp ########## @@ -15,10 +15,16 @@ // specific language governing permissions and limitations // under the License. +#include "brpc/circuit_breaker.h" + #include <cmath> #include <gflags/gflags.h> -#include <butil/time.h> -#include "brpc/circuit_breaker.h" + +#include "brpc/errno.pb.h" +#include "butil/logging.h" +#include "butil/strings/string_number_conversions.h" +#include "butil/strings/string_split.h" +#include "butil/time.h" Review comment: 把几个不必要的头文件删掉了 ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
