You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by zw...@apache.org on 2021/02/12 15:30:31 UTC

[trafficserver] branch 9.0.x updated: Fixing compress expectation for new microserver (#7463)

This is an automated email from the ASF dual-hosted git repository.

zwoop pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/9.0.x by this push:
     new f6258ff  Fixing compress expectation for new microserver (#7463)
f6258ff is described below

commit f6258ffdecc7f232425114dc181ad2ffdc8c5493
Author: Brian Neradt <br...@gmail.com>
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.
    
    (cherry picked from commit 0e9d179c69e486239d7134947ac2e0879469413f)
---
 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
 ===