]> git.sesse.net Git - cubemap/commitdiff
Fix timeout behavior with persistent connections.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 22 Apr 2018 14:34:00 +0000 (16:34 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 22 Apr 2018 14:34:00 +0000 (16:34 +0200)
We'd either never time out clients (if the expiry check happened
while they were receiving a request) or time them out too soon
(based on the connection time instead of the time of last request end).


No differences found