} else if (ctx.callout_handle_ &&
(ctx.callout_handle_->getStatus() !=
CalloutHandle::NEXT_STEP_CONTINUE)) {
- // Don't retry when the callout status is next step skip.
+ // Don't retry when the callout status is not continue.
break;
}
} else if (ctx.callout_handle_ &&
(ctx.callout_handle_->getStatus() !=
CalloutHandle::NEXT_STEP_CONTINUE)) {
- // Don't retry when the callout status is next step skip
- // or next step drop.
+ // Don't retry when the callout status is not continue.
break;
}
}