|
| http:server-enable-keep-alive-p object | [Generic Function] |
The HTTP server flag to enable connection keep-alive. When true the server will keep a connection alive when possbile otherwise the connection is closed at the end of each request.
| (setf (http:server-enable-keep-alive-p object) new-value) | [Generic Function] |