Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fixes remote attach and exec to signal IdleTracker | Jhon Honce | 2020-10-05 |
| | | | | | | | | | | - Fixes issue where remote attach and exec only signaled the IdleTracker on errors. Needs to done anytime after connection has been hijacked - Fixes trying to send multiple http status codes to client - Changes pprof and API server shutdowns to run in parallel - Changes shutdown to run in sync.Once block Signed-off-by: Jhon Honce <jhonce@redhat.com> | ||
* | Refactor IdleTracker to handle StateIdle transitions | Jhon Honce | 2020-09-29 |
* Remove stutter naming for package and types * Stop treating StateIdle the same as StateClosed, rather transitions to StateIdle will keep API timeout window open * Remove redundate code Fixes #7826 Signed-off-by: Jhon Honce <jhonce@redhat.com> |