V(
keepalive_requests number;
Sets the maximum number of requests that can be served through one keepalive connection. After the maximum number of requests is made, the connection is closed.
Разве это не означает переиспользование tcp сессии для множества запросов?