weweaq opened a new issue, #4854: URL: https://github.com/apache/servicecomb-java-chassis/issues/4854
### Steps to Reproduce Java-Chassis3.2.1 版本引入修改,创建HttpClient时原本使用 `xxx.createHttpClient(httpClientOptions)`, 修改为使用 `xxx.with(httpClientOptions)`  而`xxx.with(httpClientOptions)`只设置了`HttpClientOptions`  原本`xxx.createHttpClient(httpClientOptions)` 预期为同时修改`HttpClientOptions` 与 `PoolOptions`  导致在后续buildHttpClient时,`this.poolOptions`一直都为null,所以都是使用的默认`PoolOptions`   ### Expected Behavior 预期只需要修改把`poolOptions`设置进去即可  ### Servicecomb Version _No response_ ### Additional Context _No response_ -- 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]
