go-http-tunnel
go-http-tunnel copied to clipboard
Fix backoff inconsistency, error pages, minimal API, keepalive configurable,...
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"