[mod-lisp-devel] Re: Chunked encoding

Hugh Winkler hughw at hughw.net
Fri Dec 22 16:22:54 UTC 2006


the attachment is attached this time... :)

On 12/22/06, Hugh Winkler <hwinkler at gmail.com> wrote:
> On 12/20/06, Hugh Winkler <hughw at hughw.net> wrote:
>
> > I've made  changes to mod_lisp2.c to support chunked encoding.
>
> As a guide, I've attached are some changes I have made to modlisp to
> support consuming chunked data from mod_lisp2:
>
> ;; These are changes to Kevin Rosenberg's modlisp
> ;; to consume chunked data.  There's a
> ;; change to package kmrcl to have the *modlisp-socket*
> ;; created as a flexi-stream.
> ;; ***n.b. this change has only been made for sbcl***
> ;; Then,if mod_lisp2.c has not sent a Content-length header,
> ;; get-content-as-string() creates a chunga chunked
> ;; input stream over the original stream; otherwise
> ;; it just consumes the stream as before.
>
> ;; depends on chunga http://weitz.de/chunga
> ;; and on flexi-streams http://weits.de/flexi-streams
>
> Thanks, Edi, for making this so easy with flex and chunga!
>
> Hugh
>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: modlisp2.lisp
Type: application/octet-stream
Size: 3065 bytes
Desc: not available
URL: <https://mailman.common-lisp.net/pipermail/mod-lisp-devel/attachments/20061222/30d04e88/attachment.obj>


More information about the mod-lisp-devel mailing list