kimmking commented on issue #2103: replace the method httpclient which is annotated with “@Deprecated” URL: https://github.com/apache/incubator-dubbo/pull/2103#issuecomment-406528177 I dont think it's a proper improvement for original codes. Original codes hold a single httpclient instance and then reuse. This PR codes make a new httpclient obejct for once invoking. @GuldanChen you can build a httpclient by builder to adapt original codes.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
