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

reverse-proxy : HTTP Keep-alives do not work if/when I leverage keep-alive configuration options in reverse-proxy #6710

Open
sarfarazahmad89 opened this issue Nov 25, 2024 · 0 comments

Comments

@sarfarazahmad89
Copy link

sarfarazahmad89 commented Nov 25, 2024

Apologies for doing a rough brain dump here but if/when i set keepalive options in reverse proxy, they seem to be breaking underlying http.Transport's keepalive option (HTTP Keepalives) . I have tested this in action with tcpdump, but will attempt to dissect the code and update here if/when I find the bug. Unsetting the keepalive options, seems to be doing the trick. I had set

-                keepalive 5m
-                keepalive_interval 15s
@sarfarazahmad89 sarfarazahmad89 changed the title HTTP Keep-alives do not work if/when I leverage keep-alive configuration options in reverse-proxy reverse-proxy : HTTP Keep-alives do not work if/when I leverage keep-alive configuration options in reverse-proxy Nov 25, 2024
@sarfarazahmad89 sarfarazahmad89 changed the title reverse-proxy : HTTP Keep-alives do not work if/when I leverage keep-alive configuration options in reverse-proxy reverse-proxy : HTTP Keep-alives do not work if/when I leverage keep-alive configuration options in reverse-proxy Nov 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant