fix name...
authorAndy Wingo <wingo@pobox.com>
Mon, 6 Dec 2010 14:32:13 +0000 (15:32 +0100)
committerAndy Wingo <wingo@pobox.com>
Mon, 6 Dec 2010 14:32:13 +0000 (15:32 +0100)
* module/web/request.scm (read-request-body/latin-1): Fix name...

module/web/request.scm

index 9f86638..da91c40 100644 (file)
 ;; Probably not what you want to use "in production". Relies on one byte
 ;; per char because we are in latin-1 encoding.
 ;;
-(define (read-response-body/latin-1 r)
+(define (read-request-body/latin-1 r)
   (cond 
    ((request-content-length r) =>
     (lambda (nbytes)