-
Notifications
You must be signed in to change notification settings - Fork 126
Open
Description
感谢你的工作。
我尝试使用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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels