|
| http:server-stream-timeout object | [Generic Function] |
The HTTP server stream timeout, in seconds, or nil for unlimited. This timeout can be used to place a time limit on individual read and write operations. See ext:stream-timeout and also http:server-stream-expiration. The stream timeout may be modified per request after reading the headers by the http:server-service-headers-function function, see http:request-stream-timeout.
| (setf (http:server-stream-timeout object) new-value) | [Generic Function] |