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

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


The following commit(s) were added to refs/heads/10.0.x by this push:
     new 7eb752e1d4 Fix a test case for malformed chunk header (#11956)
7eb752e1d4 is described below

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

    Fix a test case for malformed chunk header (#11956)
    
    (cherry picked from commit 9f440c2bd48cedb0bf58bba15735eb223c452e05)
---
 .../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