sunet-commit
[Top] [All Lists]

sunet/scheme/httpd handler-lib.scm

To: sunet-commit@scsh.net
Subject: sunet/scheme/httpd handler-lib.scm
From: Viola Brunner <vibr@users.sourceforge.net>
Date: Sat, 16 Apr 2005 22:45:43 +0200 (DFT)
List-id: <sunet-commit.list-id.scsh.net>
Update of /cvsroot/sunet/sunet/scheme/httpd
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11915/scheme/httpd

Modified Files:
      Tag: http-1-1
        handler-lib.scm 
Log Message:
implementing chunked transfer coding:
*new proc  READ-MESSAGE-BODY: a high-level interface for reading in
message bodies (should be used by all handlers)
*new proc READ-ORDINARY-BODY: reads in message bodies with no transfer
coding applied
*new proc READ-CHUNKED-BODY: reads in message bodies in chunked
transfer coding
*new proc GET-CHUNK-SIZE: reads in and parses the size of the next
chunk in a chunked message body
*helper procs READ-AND-DISCARD-TRAILER and DISCARD-LINE-TERMINATOR
*minor changes to GET-NUMERIC-FIELD-VALUE (cosmetic)

<Prev in Thread] Current Thread [Next in Thread>