This is an automated email from the ASF dual-hosted git repository. zwoop pushed a commit to branch 9.1.x in repository https://gitbox.apache.org/repos/asf/trafficserver.git
commit a7fed3ea70960056c86033acec671507e7fc83de Author: Brian Neradt <[email protected]> AuthorDate: Fri Jan 29 19:17:22 2021 -0600 Fixing compress expectation for new microserver (#7463) The new 1.0.6 microserver generates a body such that the content length for it is 71 instead of 30 for one of the tests. Updating the gold file to match this expectation. --- tests/gold_tests/pluginTest/compress/compress.gold | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/gold_tests/pluginTest/compress/compress.gold b/tests/gold_tests/pluginTest/compress/compress.gold index 5067978..fc4444b 100644 --- a/tests/gold_tests/pluginTest/compress/compress.gold +++ b/tests/gold_tests/pluginTest/compress/compress.gold @@ -184,5 +184,5 @@ < Content-Type: text/javascript < Content-Encoding: gzip < Vary: Accept-Encoding -< Content-Length: 30 +< Content-Length: 71 ===
