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 28716256b29261a57ad39559ac2e4bbb954f2d80
Author: Brian Neradt <[email protected]>
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.
---
 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

Reply via email to