Skip to content

can not use http keep-alive with http 1.1 LB #106

Description

@liulu721

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?

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Fields

No fields configured for issues without a type.

Projects

Status
Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions