mirror of https://github.com/istio/istio.io.git
Remove content-length from egress test (#9148)
This commit is contained in:
parent
b6e842fbc8
commit
1822198759
|
@ -195,7 +195,6 @@ any other unintentional accesses.
|
|||
{
|
||||
"headers": {
|
||||
"Accept": "*/*",
|
||||
"Content-Length": "0",
|
||||
"Host": "httpbin.org",
|
||||
...
|
||||
"X-Envoy-Decorator-Operation": "httpbin.org:80/*",
|
||||
|
|
|
@ -91,7 +91,6 @@ kubectl exec "$SOURCE_POD" -c sleep -- curl -sS http://httpbin.org/headers
|
|||
{
|
||||
"headers": {
|
||||
"Accept": "*/*",
|
||||
"Content-Length": "0",
|
||||
"Host": "httpbin.org",
|
||||
...
|
||||
"X-Envoy-Decorator-Operation": "httpbin.org:80/*",
|
||||
|
|
Loading…
Reference in New Issue