AGWA / snid

Zero config TLS proxy server that uses SNI
https://www.agwa.name/blog/post/using_sni_proxying_and_ipv6_to_share_port_443
Other
129 stars 12 forks source link

Memory leak in case of backend connection failure #1

Open kiranmaiem opened 2 years ago

kiranmaiem commented 2 years ago

Version: 0.1.2

Client: vegeta

Issue: when i try to run 10000 HTTP 1.1 requests over tls per second (new connection for request), There are some connection issues with the backend. Backend is not accepting connections and SNI proxy shows error "dialing backend failed: dial tcp 3.33.152.147:1443: i/o timeout" This issue at higher rates is causing memory leak and process is exiting with out of memory.

mcgru commented 1 year ago

(ooops, i meant this issues was addresses to my fork, lol) ... My sorries for not watching this project :) I would be very glad to pay more attention, but currently i'm too busy for that. Honestly say, it is very specific case for such LOADs :) i didnt suppose this tool for 10000 req/sec :)