remove irrelevant output line from auth policy task (#2926)

This commit is contained in:
Tiago Moreira Vieira 2018-11-28 18:35:29 -05:00 committed by Martin Taillefer
parent d801b54a94
commit f40d7114b8
1 changed files with 0 additions and 1 deletions

View File

@ -166,7 +166,6 @@ sleep.legacy to httpbin.foo: 000
command terminated with exit code 56 command terminated with exit code 56
sleep.legacy to httpbin.bar: 000 sleep.legacy to httpbin.bar: 000
command terminated with exit code 56 command terminated with exit code 56
sleep.legacy to httpbin.legacy: 200
{{< /text >}} {{< /text >}}
> Due to the way Envoy rejects plain-text requests, you will see `curl` exit code 56 (failure with receiving network data) in this case. > Due to the way Envoy rejects plain-text requests, you will see `curl` exit code 56 (failure with receiving network data) in this case.