Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix idle timeouts for websockets and streaming connections in 3.8.x #11004

Open
wants to merge 1 commit into
base: 3.8.x
Choose a base branch
from

Commits on Jul 23, 2024

  1. Fix idle timeouts for websockets and streaming connections in 3.8.x

    Before this patch, the configured timeout would be applied for the read, write *and* combined streams. That means that if data was only sent in one direction on the connection, the timeout would trigger and the connection would close.
    
    This patch changes the timeout to only apply when no data is sent in either direction.
    yawkat committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    eb8e52b View commit details
    Browse the repository at this point in the history