Reputation: 24140
how can I check that server supports keep-alive ?
I want to check this by analyzing http response.
I am using mongoose c++ server. and I am setting header keep-alive.
But I doubt it is closing the connection. As it is always taking time required to connect to host from client. I doubt connection is getting close.
How I can check that connection is getting closed or not ?
Upvotes: 0
Views: 712