sunet/scheme
vibr 15049e1c58 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)
2005-04-16 20:45:33 +00:00
..
ftpd On restart, set the file port to unbuffered mode before seeking to 2004-02-10 12:27:57 +00:00
httpd implementing chunked transfer coding: 2005-04-16 20:45:33 +00:00
lib add a copy of the regexp definitions HEX and ESCAPED from structure 2005-04-15 15:34:48 +00:00
xml Fixes for the reader. 2002-01-08 12:53:27 +00:00
packages.scm add a copy of the regexp definitions HEX and ESCAPED from structure 2005-04-15 15:34:48 +00:00