spiffy 5.2: read operation timed out added by mario-goulart on Sat Jan 4 00:00:15 2014

$ cat timeout.scm
(use awful tcp)

(tcp-read-timeout 5000) ;; set to a low value just to save time

(define-page (main-page-path)
  (lambda ()
    "foo"))


$ chicken-install spiffy:5.2
retrieving ...
...

$ chicken-status -exact spiffy
spiffy ........................................................ version: 5.2


$ awful --development-mode timeout.scm
Awful is running in development mode.

;;; Request http://localhost:8080 using an http client

primordial: Incoming request from 127.0.0.1
thread110: Handling request from 127.0.0.1
thread110: Kept alive
thread110: Error:
read operation timed out
5000
5

        Call history:

        spiffy.scm:180: with-output-to-port
        spiffy.scm:187: newline
        spiffy.scm:598: handle-next-request
        spiffy.scm:445: call-with-current-continuation
        spiffy.scm:445: with-exception-handler
        spiffy.scm:445: ##sys#call-with-values
        spiffy.scm:445: ##sys#call-with-values
        spiffy.scm:454: call/cc
        spiffy.scm:454: intarweb#read-request
        intarweb.scm:613: safe-read-line
        intarweb.scm:140: http-line-limit
        intarweb.scm:141: http-line-limit
        intarweb.scm:141: read-line
        spiffy.scm:445: k647
        spiffy.scm:445: g651
        spiffy.scm:447: with-output-to-string           <--


thread110: Closing off


$ chicken-install spiffy:5.1
retrieving ...
...

$ chicken-status -exact spiffy
spiffy .......................................................... version: 5.1


$ awful --development-mode timeout.scm
Awful is running in development mode.

;;; Request http://localhost:8080 using an http client

primordial: Incoming request from 127.0.0.1
thread110: Kept alive
thread110: Closing off