skipped = callout_handle->getStatus() == CalloutHandle::NEXT_STEP_SKIP;
}
- /// @todo: Maybe add support for DROP stauts?
+ /// @todo: Maybe add support for DROP status?
/// Not sure if we need to support every possible status everywhere.
if (!skipped) {
skipped = callout_handle->getStatus() == CalloutHandle::NEXT_STEP_SKIP;
}
- /// @todo: Maybe add support for DROP stauts?
+ /// @todo: Maybe add support for DROP status?
/// Not sure if we need to support every possible status everywhere.
if (!skipped) {