whfjam opened a new issue #5265: URL: https://github.com/apache/skywalking/issues/5265
Please answer these questions before submitting your issue. - Why do you submit this issue? - [*] Question or discussion - [ ] Bug - [ ] Requirement - [ ] Feature or performance improvement ___ ### Question In the enhancement of Httpclient3.0 it used "httpMethod.addRequestHeader(next.getHeadKey(), next.getHeadValue());" to send the header of "sw8" but it will not override the exits one , in my case the old header of "sw8" is exists so that the new one will not override it. Otherwise in the enhancement of Httpclient4.0 it used "httpRequest.setHeader(next.getHeadKey(), next.getHeadValue());" is there any problem about this? ___ ### Bug - Which version of SkyWalking, OS and JRE? - Which company or project? - What happened? If possible, provide a way to reproduce the error. e.g. demo application, component version. ___ ### Requirement or improvement - Please describe your requirements or improvement suggestions. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
