mirror of
https://github.com/EFForg/rayhunter.git
synced 2026-04-26 07:29:59 -07:00
Every once in a while, I get the error posted in #901: Caused by: 0: Failed to send login request 1: error sending request 2: client error (SendRequest) 3: connection closed before message completed (either this or "failed to start telnet" -- in either case there's a request happening before it, and it's always "connection closed before message completed") Disabling connection pooling seems to reduce the amount of flakiness. Here is what I used to test this fix: while echo | cargo run -p installer util orbic-shell --admin-password 96df5476 ; do true; done Usually it would stop <100 iterations, now it can do 800+ iterations.