On this page:
make

2.4 Timeouts

 (require web-server/dispatchers/dispatch-timeout)
  package: web-server-lib
The web-server/dispatchers/dispatch-timeout module defines a dispatcher constructor that changes the timeout on the connection and calls the next dispatcher.

procedure

(make new-timeout)  dispatcher/c

  new-timeout : integer?
Changes the timeout on the connection with adjust-connection-timeout! called with new-timeout.