mirror of
https://github.com/jetty/jetty.project.git
synced 2025-02-24 16:35:03 +00:00
Fixed handling of Expirable.getExpireNanoTime() in case it returns Long.MAX_VALUE. Also fixed implementations of Expirable that were not initializing their expireNanoTime field to Long.MAX_VALUE. Signed-off-by: Simone Bordet <simone.bordet@gmail.com>