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:24:35 UTC

[trafficserver] 03/03: Update to the new MicroServer 1.0.6 release (#7460)

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

commit 4af967993adfa2d0b554f8195b0372afac1cbe1a
Author: Brian Neradt <br...@gmail.com>
AuthorDate: Fri Jan 29 13:50:03 2021 -0600

    Update to the new MicroServer 1.0.6 release (#7460)
    
    The new MicroServer 1.0.6 release has the following:
    
    1. Fixes a bug in response body generation to POST requests.
    2. Implements the handling of non-existent parts of keys in
       transactions.
    
    (cherry picked from commit bcbf09906f45f481a70d2a00536066547b9c7f81)
---
 tests/Pipfile                              | 2 +-
 tests/gold_tests/h2/gold/post_chunked.gold | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/Pipfile b/tests/Pipfile
index e40e3b2..727ea1e 100644
--- a/tests/Pipfile
+++ b/tests/Pipfile
@@ -32,7 +32,7 @@ dnslib = "*"
 requests = "*"
 gunicorn = "*"
 httpbin = "*"
-microserver = ">=1.0.5"
+microserver = ">=1.0.6"
 jsonschema = "*"
 python-jose = "*"
 
diff --git a/tests/gold_tests/h2/gold/post_chunked.gold b/tests/gold_tests/h2/gold/post_chunked.gold
index 0ff06d1..ad47100 100644
--- a/tests/gold_tests/h2/gold/post_chunked.gold
+++ b/tests/gold_tests/h2/gold/post_chunked.gold
@@ -1 +1 @@
-abbbbbbbbb
\ No newline at end of file
+0123456789
\ No newline at end of file