makefriend8 opened a new issue #6893:
URL: https://github.com/apache/skywalking/issues/6893
Please answer these questions before submitting your issue.
- Why do you submit this issue?
- [ ] Question or discussion
- [ *] Bug
- [ ] Requirement
- [ ] Feature or performance improvement
___
### Bug
- Which version of SkyWalking, OS, and JRE?
SkyWalking master windows openjdk version "1.8.0_242"
- What happened?
code is very simple
```
@SpringBootApplication
public class MessagingStompWebsocketApplication {
public static void main(String[] args) {
RestTemplate restTemplate=new RestTemplate();
String result =
restTemplate.getForObject("http://192.168.2.333:8080/", String.class);
System.out.println(result);
}
}
```
and I run
```
java -jar build/libs/myjar.jar -javaagent:skywalking-agent.jar
```
I user wireshark to catch the packet.The result is right, But no http head
sw8 is added.
--
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]