mirror of
https://github.com/minio/minio.git
synced 2025-01-24 13:13:16 -05:00
6d3e0c7db6
Do not log errors on oneway streams when sending ping fails. Instead cancel the stream. This also makes sure pings are sent when blocked on sending responses. I will do a separate PR that includes this and adds pings to two-way streams as well as tests for pings.