Skip to content

连接数持续增长 #14

@2605759123

Description

@2605759123

感谢你的工作。
我尝试使用rhttp进行反向代理,即:

./spp -type server -proto rhttp -listen :8888
./spp -type reverse_proxy_client -server www.test.com:8888 -fromaddr :2223 -toaddr :2223 -proxyproto tcp -proto rhttp

但是我在客户端,也就是执行./spp -type reverse_proxy_client -server www.test.com:8888 -fromaddr :2223 -toaddr :2223 -proxyproto tcp -proto rhttp的端,发现了连接数持续增长的情况:

lsof -p 24393|wc -l
11979

一个多小时,连接数已经1W+了,并且还在持续增长中。
并且所占用的内存也在持续增长:

VIRT  RES 
970M  277M

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions