Results 5 comments of poazy

Hi @heliang666s 1.No, my project does not have any custom Filters, Interceptors, or AOP logic that reads the HttpServletRequest body in advance (e.g., by calling getInputStream() or getReader()). 2.In my...

When adding the @RequestBody annotation to the method parameter, an error occurs: {"message": "Missing argument 'reqArgs' for method parameter of type [class com.xxx.yyy.api.demo.entity.nogeneric.DsRequest]", "status": "400"}. However, if the @RequestBody annotation...

@oxsean I created a Demo project using spring-cloud-alibaba: 2023.0.3.2 and dubbo: 3.3.4 to reproduce this occasional error. Thanks! https://github.com/poazy/dubbo-rest-demo

Hi @fantiq , That's true, Neither curl nor JMeter concurrent tests have this problem. This problem only occurs when sending requests in the .http file of IDEA. It is strange...