Hi,
> Thanks for your suggestion, Lukas. > > For my own understanding, are you saying that there is no difference > between having "http-keep-alive" and having "http-server-close" to a > backend server once websocket connection to that server is establish, > and both settings allow for establishing websocket connection > perfectly. Yes, thats what I'm saying. > So is there any advantage of having "http-keep-alive" to a websocket > backend? It doesn't make any difference if this is a pure websocket backend, because the session is always upgraded to tcp mode after the first transaction. If the traffic is mixed, then http-keep-alive has obvious advantages for the non-websocket traffic. Regards, Lukas

