http: not buffering data for CONNECT when mirror polices are specified (#22948)

Signed-off-by: He Jie Xu <hejie.xu@intel.com>

Mirrored from https://github.com/envoyproxy/envoy @ df091d4500c66e120563cbf3e7c8002507187d27
pull/626/head
data-plane-api(Azure Pipelines) 2 years ago
parent 060102f8ed
commit 93df9b8cfe
  1. 4
      envoy/config/route/v3/route_components.proto

@ -730,6 +730,10 @@ message RouteAction {
// .. note::
//
// Shadowing will not be triggered if the primary cluster does not exist.
//
// .. note::
//
// Shadowing doesn't support Http CONNECT and upgrades.
// [#next-free-field: 6]
message RequestMirrorPolicy {
option (udpa.annotations.versioning).previous_message_type =

Loading…
Cancel
Save