Is there an existing issue for this?
Current Behavior
In the doRequest method of the Netty HTTP client plugin, the response header is passed in as the request header during deduplication.

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.
Steps To Reproduce
- Retrieve the header list of response information.
- Pass in the header list of response information in the header deduplication method.
Environment
ShenYu version(s):2.7.1-SNAPSHOT
Debug logs
No response
Anything else?
No response