Remove content-length from egress test (#9148)

This commit is contained in:
Eric Van Norman 2021-03-08 10:57:32 -06:00 committed by GitHub
parent b6e842fbc8
commit 1822198759
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

View File

@ -195,7 +195,6 @@ any other unintentional accesses.
{
"headers": {
"Accept": "*/*",
"Content-Length": "0",
"Host": "httpbin.org",
...
"X-Envoy-Decorator-Operation": "httpbin.org:80/*",

View File

@ -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/*",