Skip to content

Commit c9162bd

Browse files
committed
docs(middleware): trim disconnect compatibility note
Signed-off-by: Piotr Mlocek <pmlocek@nvidia.com>
1 parent e53ff16 commit c9162bd

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

proto/supervisor_middleware.proto

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -393,9 +393,7 @@ enum MiddlewareSessionEndReason {
393393
MIDDLEWARE_SESSION_END_REASON_UNSPECIFIED = 0;
394394
// Evaluation completed.
395395
MIDDLEWARE_SESSION_END_REASON_NORMAL = 1;
396-
// The sandbox peer disconnected. Before the directional split, wire value 2
397-
// represented either peer disconnect. Mixed deployments across that
398-
// pre-0.1.0 change are unsupported.
396+
// The sandbox peer disconnected.
399397
MIDDLEWARE_SESSION_END_REASON_DOWNSTREAM_DISCONNECT = 2;
400398
// A policy reload replaced the active middleware chain.
401399
MIDDLEWARE_SESSION_END_REASON_POLICY_RELOAD = 3;

0 commit comments

Comments
 (0)