Version: 4.2
2.4 Timeouts
| (require web-server/dispatchers/dispatch-timeout) |
The web-server/dispatchers/dispatch-timeout module defines a dispatcher constructor that changes the timeout on the connection and calls the next dispatcher.
| (make new-timeout) → dispatcher/c |
| new-timeout : integer? |
Changes the timeout on the connection with adjust-connection-timeout! called with new-timeout.