You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use ExecutorService intead of ThreadPoolExecutor in AsyncHttpClient
Changed the setter to use ExecutorService because that's its threadPool
member type and Executors.newFixedThreadPool() returns an ExecutorService
(this method is referenced from the setThreadPoll() javadoc)
0 commit comments