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

earthchen pushed a commit to branch 3.3
in repository https://gitbox.apache.org/repos/asf/dubbo.git


The following commit(s) were added to refs/heads/3.3 by this push:
     new efed26caac Set CONVERT_NO_LOWER_HEADER to true to keep it consistent 
with its initial value and avoid misunderstandings. (#15831)
efed26caac is described below

commit efed26caac8f728a0c16ad8b7f8aefb16adbdfec
Author: Rain Yu <[email protected]>
AuthorDate: Fri Dec 12 13:34:57 2025 +0800

    Set CONVERT_NO_LOWER_HEADER to true to keep it consistent with its initial 
value and avoid misunderstandings. (#15831)
    
    * Bump hessian-lite from 4.0.4 to 4.0.5
    
    * Set CONVERT_NO_LOWER_HEADER to true to keep it consistent with its 
initial value and avoid misunderstandings.
    
    ---------
    
    Co-authored-by: earthchen <[email protected]>
---
 .../src/main/java/org/apache/dubbo/rpc/protocol/tri/TripleProtocol.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/TripleProtocol.java
 
b/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/TripleProtocol.java
index 19412dd010..9d9b3ca328 100644
--- 
a/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/TripleProtocol.java
+++ 
b/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/TripleProtocol.java
@@ -63,7 +63,7 @@ public class TripleProtocol extends AbstractProtocol {
     private final TriBuiltinService triBuiltinService;
     private final String acceptEncodings;
 
-    public static boolean CONVERT_NO_LOWER_HEADER = false;
+    public static boolean CONVERT_NO_LOWER_HEADER = true;
     public static boolean IGNORE_1_0_0_VERSION = false;
     public static boolean RESOLVE_FALLBACK_TO_DEFAULT = true;
     public static boolean VERBOSE_ENABLED = false;

Reply via email to