pgsql: oauth: Remove expired timers from the multiplexer

2025-08-08 Thread Jacob Champion
oauth: Remove expired timers from the multiplexer In a case similar to the previous commit, an expired timer can remain permanently readable if Curl does not remove the timeout itself. Since that removal isn't guaranteed to happen in real-world situations, implement drain_timer_events() to reset t

pgsql: oauth: Remove expired timers from the multiplexer

2025-08-08 Thread Jacob Champion
oauth: Remove expired timers from the multiplexer In a case similar to the previous commit, an expired timer can remain permanently readable if Curl does not remove the timeout itself. Since that removal isn't guaranteed to happen in real-world situations, implement drain_timer_events() to reset t