Implement "chunked" transfer encoding, required by HTTP 1.1. Fix bug
authorChris Hanson <org/chris-hanson/cph>
Sun, 21 Sep 2008 07:35:15 +0000 (07:35 +0000)
committerChris Hanson <org/chris-hanson/cph>
Sun, 21 Sep 2008 07:35:15 +0000 (07:35 +0000)
commit6ccebf52d3c2b554a971af59718c10f9f543c946
treeab0ba2a73169d80fd3463f23a59add85893f8639
parent48ec32de3d435d3d3286c436645175373391c1a9
Implement "chunked" transfer encoding, required by HTTP 1.1.  Fix bug
in "transfer-encoding" header parser.  Add new procedure
READ-RFC2822-FOLDED-LINE that reads a line of text, dealing with the
header-field folding from RFC 2822.
v7/src/runtime/http-syntax.scm
v7/src/runtime/httpio.scm
v7/src/runtime/rfc2822-headers.scm
v7/src/runtime/runtime.pkg