Some LoadBalancer implementation will remove "Connection" header when forwarding requests to upstream service (aka. prebid-cache-java). According to the implementation in PrebidServerResponseBuilder.java, both "isConnectionKeepAlive" and "isConnectionKeepAlive" are evaluated as true, and it seems "close" always work. This lead to a failure to use long connection, causing lower performance. I'm not sure if this is an issue to be fixed?
Some LoadBalancer implementation will remove "Connection" header when forwarding requests to upstream service (aka. prebid-cache-java). According to the implementation in PrebidServerResponseBuilder.java, both "isConnectionKeepAlive" and "isConnectionKeepAlive" are evaluated as true, and it seems "close" always work. This lead to a failure to use long connection, causing lower performance. I'm not sure if this is an issue to be fixed?