标签: http tcp lua persistent
使用luasocket,我看到每次执行http.request(){method =“ POST”}时,客户端都会创建一个新连接并在之后将其关闭。 有没有一种使用持久性TCP conn的方法来避免tcp conn设置和拆卸的开销?