bryanxtong opened a new issue, #15447: URL: https://github.com/apache/dubbo/issues/15447
### Pre-check - [x] I am sure that all the content I provide is in English. ### Search before asking - [x] I had searched in the [issues](https://github.com/apache/dubbo/issues?q=is%3Aissue) and found no similar issues. ### Apache Dubbo Component Java SDK (apache/dubbo) ### Dubbo Version Dubble 3.3.4, java 17 ### Steps to reproduce this issue Try to access triple with http post method and found errors. Just run the example with idl support and then run the curl command on linux to test and It doesnot work for idl. and on windows postman can be used. curl --header "Content-Type: application/json" --data '{"name":"Dubbo"}' http://192.168.71.37:50051/org.apache.dubbo.sample.proto.Simple/streamHello It means that with idl support, the server streaming give errors `org.apache.dubbo.remoting.http12.exception.HttpStatusException: Invoker not found at org.apache.dubbo.rpc.protocol.tri.h12.AbstractServerTransportListener.doRoute(AbstractServerTransportListener.java:124) ~[dubbo-3.3.4.jar:3.3.4] at org.apache.dubbo.rpc.protocol.tri.h12.AbstractServerTransportListener.onBeforeMetadata(AbstractServerTransportListener.java:118) ~[dubbo-3.3.4.jar:3.3.4]` [dubbo.zip](https://github.com/user-attachments/files/20685529/dubbo.zip) ### What you expected to happen Dubbo with idl support should have the same behaviour as that has no idl support which supports both unary and server streaming. ### Anything else _No response_ ### Are you willing to submit a pull request to fix on your own? - [ ] Yes I am willing to submit a pull request on my own! ### Code of Conduct - [x] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- 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]
