Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions include/asio/ssl/detail/io.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ class io_op
break;
}
}

[[fallthrough]];
default:
if (bytes_transferred == ~std::size_t(0))
bytes_transferred = 0; // Timer cancellation, no data transferred.
Expand Down Expand Up @@ -302,7 +302,7 @@ class io_op
core_.pending_write_.expires_at(core_.neg_infin());

// Fall through to call handler.

[[fallthrough]];
default:

// Pass the result to the handler.
Expand Down