robin977 commented on issue #15184:
URL: https://github.com/apache/dubbo/issues/15184#issuecomment-2689675732

   > [@robin977](https://github.com/robin977) I am new to Dubbo. I checked the 
docs for `io.netty.handler.codec.Headers` and it might be linked to this issue 
[here](https://github.com/spring-projects/spring-framework/issues/26274).
   > 
   > As for the fix: I checked where is `PseudoHeaderName.AUTHORITY` used. It 
is used in 
`org.apache.dubbo.remoting.http12.message.DefaultHttpRequest.getHost0()#340`. 
This method has 3 usages; all in 
`org.apache.dubbo.remoting.http12.message.DefaultHttpRequest`. I'm thinking of 
setting it to a default value of empty String "" and do the check for empty 
String in `org.apache.dubbo.remoting.http12.message.DefaultHttpRequest`
   
   Yes, that's right
   


-- 
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]

Reply via email to