Re: Using Connection:keep-alive with relayd

2021-11-16 Thread Joel Carnat
Hi, Unfortunately, I already tried using those header settings during my testing. And those don't solve my problem. What 'match header set "Keep-Alive" value "$TIMEOUT"' does is force relayd(8) to send a Keep-Alive header to httpd(8). But httpd(8) is already replying with a "Connection: keep-aliv

Using Connection:keep-alive with relayd

2021-11-12 Thread Joel Carnat
Hi, I have noticed that relayd(8) sends a "Connection: close" HTTP header even if the backend server has sent a "Connection: keep-alive" HTTP header. Here's my configuration: # cat /etc/httpd.conf server "default" { listen on * port 80 location * { root "/htdocs