The Liberty server does not appear to set the KeepAlive header in response to requests that have KeepAlive enabled:
I believe liberty supports 100 keep alive requests by default, however, I have added the follwing:
<httpEndpoint httpPort="9080" httpsPort="9443" id="defaultHttpEndpoint">
<httpOptions maxKeepAliveRequests="-1" keepAliveEnabled="true"/>
</httpEndpoint>
The Request header contains: Connection: keep-alive
However, the response header from Liberty does not conain any keep-alive headers.
Thanks
Answer by ChristophBuck (131) | Oct 22 at 11:38 AM
Ich have the same problem. Were you able to fix it?
Cannot Override JAX-WS annotations in Liberty Profile 5 Answers
Liberty Profile -> register new user form 4 Answers
Unable to resolve bundles for subsystem/version/id 6 Answers
Cannot find JNDIContextManager, when develping OSGI application in Liberty Profile 4 Answers
Remote deploy to Eclipse Liberty Profile server with Eclipse plugin 3 Answers