Bug 1751116 Comment 39 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

This pernosco session supports kershaws investigations, that this is caused by IdleTimer:
* https://github.com/mozilla/neqo/issues/1490
* https://github.com/mozilla/neqo/pull/1491
```
(pernosco) print idle_time 
$1 = std::time::Instant (std::sys::unix::time::inner::Instant {t: std::sys::unix::time::Timespec {tv_sec: 39979, tv_nsec: std::sys::unix::time::Nanoseconds (627371177)}})
(pernosco) print now 
$2 = std::time::Instant (std::sys::unix::time::inner::Instant {t: std::sys::unix::time::Timespec {tv_sec: 39980, tv_nsec: std::sys::unix::time::Nanoseconds (88629635)}})
```

https://searchfox.org/mozilla-central/rev/d6576544301cacc0e393fbc919c53e4e6b0d46ec/third_party/rust/neqo-transport/src/connection/mod.rs#946,948,978,981
This pernosco session supports kershaws investigations, that the crash is caused by IdleTimer:
* https://github.com/mozilla/neqo/issues/1490
* https://github.com/mozilla/neqo/pull/1491
```
(pernosco) print idle_time 
$1 = std::time::Instant (std::sys::unix::time::inner::Instant {t: std::sys::unix::time::Timespec {tv_sec: 39979, tv_nsec: std::sys::unix::time::Nanoseconds (627371177)}})
(pernosco) print now 
$2 = std::time::Instant (std::sys::unix::time::inner::Instant {t: std::sys::unix::time::Timespec {tv_sec: 39980, tv_nsec: std::sys::unix::time::Nanoseconds (88629635)}})
```

https://searchfox.org/mozilla-central/rev/d6576544301cacc0e393fbc919c53e4e6b0d46ec/third_party/rust/neqo-transport/src/connection/mod.rs#946,948,978,981

Back to Bug 1751116 Comment 39