默认使用httpclientrequest4.5会自带连接池管理,request对象到达780左右会卡死。修改为version_1_0无效。解决办法是每一次使用完手动关闭request对象,释放资源,即request.abort();