-
- Downloads
Implement ClientKeepAlive option
Git clients sometimes open a connection and leave it idling, like when compressing objects. Settings like timeout client in HAProxy might cause these idle connections to be terminated. Let's send the keepalive message in order to prevent a client from closing
Showing
- config.yml.example 2 additions, 0 deletionsconfig.yml.example
- internal/config/config.go 21 additions, 15 deletionsinternal/config/config.go
- internal/sshd/connection.go 30 additions, 2 deletionsinternal/sshd/connection.go
- internal/sshd/connection_test.go 42 additions, 1 deletioninternal/sshd/connection_test.go
- internal/sshd/sshd.go 1 addition, 1 deletioninternal/sshd/sshd.go
- internal/sshd/sshd_test.go 1 addition, 0 deletionsinternal/sshd/sshd_test.go
Please register or sign in to comment