Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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> | ||
* | Fix: Correct connection counters for hijacked connections | Korhonen Sami (Samlink) | 2020-07-09 |
This patch fixes connection counters for v2 endpoints Idletracker was moved to a new package to prevent package cycle. Hijacking code still remains in wrong place and should be moved later to isolated package Signed-off-by: Sami Korhonen <skorhone@gmail.com> |