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

send keep-alive probes every 30 seconds to the server #630

Merged
merged 3 commits into from
Apr 7, 2021

Commits on Apr 7, 2021

  1. set keepalive header on watch requests

    This fix sends keep-alive probes to the server every 30 seconds.
    
    Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
    Matthew Fisher committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    bd762eb View commit details
    Browse the repository at this point in the history
  2. add socket timeout to match client-go

    Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
    Matthew Fisher committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    4c3e625 View commit details
    Browse the repository at this point in the history
  3. formatting

    Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
    Matthew Fisher committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    c68c268 View commit details
    Browse the repository at this point in the history