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?
Liberty Profile Idea remote debug not work 4 Answers
Nullpointer in WSJdbcConnection 1 Answer
Can't find xml file in a jar in OSGi Bundle-ClassPath 4 Answers
GPFS Quota implementation problem. 0 Answers
How serve static HTML files? 3 Answers