我正在尝试从此网址获取内容:https: //api.vk.com/method/database.getCountries
Mac OS Chrome browser gets the content in around 70-100 ms (I look at dev-tools Network tab), but my code with apache http client 4.5.2 gets it in 180-200 ms. Also I have a code with (kevinsawicki-http-request) library, witch gets this page in 70-100 ms (like in browser). This difference is critical for me, and (I think) for many other devs, who asked …