mirror of
https://github.com/pgsty/minio.git
synced 2026-07-18 19:50:23 +03:00
67bd71b7a5
LastPong is saved as nanoseconds after a connection or reconnection but saved as seconds when receiving a pong message. The code deciding if a pong is too old can be skewed since it assumes LastPong is only in seconds.