Nodebalancer in HTTP mode and keepalive

I have following configuration in my linode slice

NB <–--->web1+web2+web3

We need NB in http mode since we need few things that plain tcp mode does not give.

Now my problem is : when i run something like webpagetest.org for benchmarking purpose, i always get message that my domain is running static assets without keepalives. In TCP mode, keepalive is fine.

Is this a known limitation or am i doing anything wrong ????

2 Replies

https://library.linode.com/linode-platf … h_protocol">https://library.linode.com/linode-platform/nodebalancer-reference#sph_protocol

"HTTP KeepAlives are forced off in HTTP mode."

-Chris

I did scan through the documentation of NB and could not find things regarding keep-alives in http mode. Looks like i am not good at spotting things :(

Can put some light on why keep-alive is forced off in HTTP mode ? Is there any way we can enable this ?

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct