Lcos-000 commented on PR #3668: URL: https://github.com/apache/dubbo-go/pull/3668#issuecomment-5312927883
> > I ve seen it,casuse the intergration-test never use the function `SendHeader`,so it can not test this bug, if u use the `SendHeader`in the test https://github.com/apache/dubbo-go-samples/blob/main/triple_header_trailer/go-server/cmd/main.go line 55, the panic will happen in https://github.com/apache/dubbo-go-samples/blob/main/triple_header_trailer/go-client/cmd/main.go line 63, and it would cause the requestheader be polluted. > > But the integration test clearly runs `SendHeader` on line 55 of https://github.com/apache/dubbo-go-samples/blob/main/triple_header_trailer/go-server/cmd/main.go. The integration test will run it automatically. > > Can you please help us create a pr to dubbo-go-samples to fix the integration test Thk! Just a small clarification — line 55 is calling SetHeader, not SendHeader. I think there might be a minor oversight. Could u please take another look? <img width="1121" height="88" alt="image" src="https://github.com/user-attachments/assets/24669683-6bb2-4d5c-bfd2-0d3e730fdd4c" /> -- 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]
