paradiseidler commented on code in PR #14899:
URL: https://github.com/apache/dubbo/pull/14899#discussion_r1844963285
##########
dubbo-remoting/dubbo-remoting-http12/src/main/java/org/apache/dubbo/remoting/http12/HttpUtils.java:
##########
@@ -126,7 +126,7 @@ public static float parseQuality(String expr, int index) {
public static List<Locale> parseAcceptLanguage(String header) {
List<Item<Locale>> locales = new ArrayList<>();
Review Comment:
OK
##########
dubbo-remoting/dubbo-remoting-http12/src/main/java/org/apache/dubbo/remoting/http12/HttpUtils.java:
##########
@@ -138,7 +138,7 @@ public static List<Locale> parseAcceptLanguage(String
header) {
public static List<Locale> parseContentLanguage(String header) {
List<Locale> locales = new ArrayList<>();
if (header == null) {
Review Comment:
OK
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]