Skip to content

Commit c1649ee

Browse files
committed
delete break, the next case should execute
1 parent d7a8453 commit c1649ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mars/stn/src/dynamic_timeout.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ void DynamicTimeout::__StatusSwitch(std::string _cgi_uri, int _task_status) {
112112
dyntime_latest_bigpkg_goodtime_ = gettickcount();
113113
}
114114
}
115-
break;
115+
/* no break, next case*/
116116
case kDynTimeTaskMeetExpectTag:
117117
{
118118
if (dyntime_status_ == kEValuating) {

0 commit comments

Comments
 (0)