MaMengzhen opened a new issue, #6255: URL: https://github.com/apache/shenyu/issues/6255
### Is there an existing issue for this? - [x] I have searched the existing issues ### Current Behavior In the doRequest method of the Netty HTTP client plugin, the response header is passed in as the request header during deduplication. <img width="2386" height="1530" alt="Image" src="https://github.com/user-attachments/assets/e4ca0cf8-4abb-41b0-a07c-12917243c0ad" /> ### Expected Behavior In the doRequest method of the Netty HTTP client plugin, the header information of the response information needs to be passed in during deduplication. <img width="2388" height="1596" alt="Image" src="https://github.com/user-attachments/assets/79a7ab76-b42c-4a11-aed4-2114e8fe2575" /> ### Steps To Reproduce 1. Retrieve the header list of response information. 2. Pass in the header list of response information in the header deduplication method. ### Environment ```markdown ShenYu version(s):2.7.1-SNAPSHOT ``` ### Debug logs _No response_ ### Anything else? _No response_ -- 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]
