go-http-tunnel icon indicating copy to clipboard operation
go-http-tunnel copied to clipboard

Fix backoff inconsistency, error pages, minimal API, keepalive configurable,...

Open hons82 opened this issue 4 years ago • 0 comments

The reset is performed at the time the connection has been established. This can cause the problem described in #76. I the server connection fails after max_time + x it tries to reconnect. If that fails once it immediately stops trying with the message "backoff limit exceeded"

hons82 avatar Mar 26 '21 07:03 hons82