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

maskit pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/master by this push:
     new 9f440c2bd4 Fix a test case for malformed chunk header (#11956)
9f440c2bd4 is described below

commit 9f440c2bd48cedb0bf58bba15735eb223c452e05
Author: Masakazu Kitajo <[email protected]>
AuthorDate: Tue Jan 14 17:17:30 2025 -0700

    Fix a test case for malformed chunk header (#11956)
---
 .../chunked_encoding/replays/malformed_chunked_header.replay.yaml       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/tests/gold_tests/chunked_encoding/replays/malformed_chunked_header.replay.yaml
 
b/tests/gold_tests/chunked_encoding/replays/malformed_chunked_header.replay.yaml
index b428141aca..1118036b3c 100644
--- 
a/tests/gold_tests/chunked_encoding/replays/malformed_chunked_header.replay.yaml
+++ 
b/tests/gold_tests/chunked_encoding/replays/malformed_chunked_header.replay.yaml
@@ -192,4 +192,4 @@ sessions:
         transfer: plain
         encoding: uri
         # BWS cannot have CR
-        data: 3%0D%0D%0Aabc%0D%0A0%0D%0A%0D%0A
+        data: 3%0D%0D%0Adef%0D%0A0%0D%0A%0D%0A

Reply via email to