Alanxtl commented on PR #3668: URL: https://github.com/apache/dubbo-go/pull/3668#issuecomment-5312501890
> 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. 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](https://github.com/apache/dubbo-go-samples/blob/main/triple_header_trailer/go-server/cmd/main.go). The integration test will run it automatically. Please help create a pr to dubbo-go-samples to fix the integration test -- 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]
