You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
changed the title
reverse-proxy : HTTP Keep-alives do not work if/when I leverage keep-alive configuration options in reverse-proxyreverse-proxy : HTTP Keep-alives do not work if/when I leverage keep-alive configuration options in reverse-proxy
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
The text was updated successfully, but these errors were encountered: