This is an automated email from the ASF dual-hosted git repository.
zwoop pushed a commit to branch 8.1.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git
The following commit(s) were added to refs/heads/8.1.x by this push:
new 39399ad Update to the new MicroServer 1.0.6 release (#7462)
39399ad is described below
commit 39399adda6b10f75e695bb4eabaac70668c4724e
Author: Brian Neradt <[email protected]>
AuthorDate: Sun Feb 14 21:16:44 2021 -0600
Update to the new MicroServer 1.0.6 release (#7462)
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)
Conflicts:
tests/Pipfile
---
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 993b82b..5586503 100644
--- a/tests/Pipfile
+++ b/tests/Pipfile
@@ -32,7 +32,7 @@ dnslib = "*"
requests = "*"
gunicorn = "*"
httpbin = "*"
-microserver = ">=1.0.4"
+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