Message.isKeepalive
bool isKeepalive()Determines whether or not msg's connection can be kept alive for further requests after processing msg.
The result is based on the HTTP version, Connection header, etc.
Returns
true or false.
bool isKeepalive()Determines whether or not msg's connection can be kept alive for further requests after processing msg.
The result is based on the HTTP version, Connection header, etc.