Project

General

Profile

Proxy keep-alive.

Added by Blice almost 16 years ago

Hi,

I have a keep-alive connection on port 81. I can connect, and then I can dynamically update the content on the page because it's a keep-alive connection.

I did a proxy forward to port 81 when you go to a certain host. However lighttpd waits for the connection to be closed before displaying anything from the keep-alive. :(

Any solutions?


Replies (1)

RE: Proxy keep-alive. - Added by icy almost 16 years ago

Keep alive in HTTP terms means that the TCP connection is kept open for reuse by a following request. It does not mean you will see content changes live. It's just a way to improve performance.

    (1-1/1)