myhttp.py 文件源码

python
阅读 17 收藏 0 点赞 0 评论 0

项目:defcon-workshop 作者: devsecops 项目源码 文件源码
def create_pool(self, num_conn):
    # Pre-allocate a list of curl objects
    self.m = pycurl.CurlMulti()
    self.m.handles = []

    for i in range(num_conn):
        c = pycurl.Curl()
        self.m.handles.append(c)
        self.freelist.put(c)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号