我尝试了使用如下代码
getgroup() {
this.setState({code: null});
axios({
baseURL: 'http://172.31.0.110:7999/v1.0/gogamechen1/groups',
method: 'POST',
headers: {'content-type': 'application/json'},
timeout: 5000,
params: {
_method: 'GET'
},
data: {
desc: true,
},
httpAgent: new http.Agent({ keepAlive: false }),
})
.then(this.handleResult)
.catch(this.handError);
};
但是没有效果,还是 keep alive 的 axios 里如何主动关闭连接啊
js 的库是不是都喜欢隐藏这些细节啊, 有需求的时候都找不到在哪设 orz
这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。
V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。
V2EX is a community of developers, designers and creative people.