Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensure we always call quiche_conn_on_timeout(...) when a timeout is a…
…bout to run (java-native-access#206) Motivation: If we cancel a timeout as its remaining time is elapsed we need to ensure we also call quiche_conn_on_timeout(...) as otherwise we may not produce the required data. Modifications: Call run() directly when a timeout is elepsed Result: Timeouts are handled correctly
- Loading branch information