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 header timeouts on operation wait #282

Merged
merged 2 commits into from
Dec 7, 2023
Merged

Fix header timeouts on operation wait #282

merged 2 commits into from
Dec 7, 2023

Commits on Dec 7, 2023

  1. internal/server/response: Don't re-send headers when streaming

    Signed-off-by: Stéphane Graber <stgraber@stgraber.org>
    stgraber committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    3515a79 View commit details
    Browse the repository at this point in the history
  2. incusd/operations: Use ManualResponse to send headers early

    This avoids hitting a timeout waiting for headers to arrive and properly
    marks the connection for keep-alive which should avoid other timeouts
    when going through proxies.
    
    Signed-off-by: Stéphane Graber <stgraber@stgraber.org>
    stgraber committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    e5a0594 View commit details
    Browse the repository at this point in the history