Skip to content

Commit

Permalink
nits
Browse files Browse the repository at this point in the history
Signed-off-by: Jacob Bohanon <jacob.bohanon@solo.io>
  • Loading branch information
jbohanon committed Nov 9, 2023
1 parent e0faad9 commit cbfc6e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/envoy/extensions/filters/http/ext_proc/v3/ext_proc.proto
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ message ExternalProcessor {
// more external processing for this stream from now on.
bool disable_immediate_response = 15;

// Options related to the sending and receiving of dynamic metadata
// Options related to the sending and receiving of dynamic metadata.
MetadataOptions metadata_options = 16;
}

Expand Down Expand Up @@ -298,6 +298,6 @@ message ExtProcOverrides {
// Set a different gRPC service for this route than the default.
config.core.v3.GrpcService grpc_service = 5;

// Options related to the sending and receiving of dynamic metadata
// Options related to the sending and receiving of dynamic metadata.
MetadataOptions metadata_options = 6;
}

0 comments on commit cbfc6e7

Please sign in to comment.