dragon-zhang opened a new issue, #3284:
URL: https://github.com/apache/incubator-shenyu/issues/3284

   ### Is there an existing issue for this?
   
   - [X] I have searched the existing issues
   
   ### Current Behavior
   
   every request reinitializes `LoopResources` in 
`HttpClientPluginConfiguration#httpClient`
   
   ### Expected Behavior
   
   `LoopResources` just init once.
   
   ### Steps To Reproduce
   
   1. run `ShenyuAdminBootstrap`;
   2. run `ShenyuTestHttpApplication`;
   3. run `ShenyuBootstrapApplication`;
   4. send http request:
   ```http
   POST http://localhost:9195/http/shenyu/client/hello
   Accept: application/json
   Content-Type: application/json
   ```
   
   ### Environment
   
   ```markdown
   ShenYu version(s): current
   ```
   
   
   ### Debug logs
   
   nop
   
   ### Anything else?
   
   nop


-- 
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]

Reply via email to