[plt-scheme] Request for small API change in web-server request structure

From: Jay McCarthy (jay.mccarthy at gmail.com)
Date: Sat Nov 11 01:41:48 EST 2006

Please send me what you're using as test scripts once they're hammered out.

Thanks Danny

Jay

On 11/11/06, Danny Yoo <dyoo at hkn.eecs.berkeley.edu> wrote:
>
>
> On Sat, 11 Nov 2006, Jay McCarthy wrote:
>
> > Committed.
> >
> > Yes, the docs are changed too.
>
> Gah!  I screwed up at the very end of the function.  Please fix:
>
> +              (let ([raw-bytes (apply bytes-append (read-to-eof in))])
> +                (parse-bindings raw-bytes))])])]
>
> to:
>
>                (let ([raw-bytes (apply bytes-append (read-to-eof in))])
>                  (values (parse-bindings raw-bytes) raw-bytes))])])]
>
> Sorry about that!
>


-- 
Jay McCarthy <jay.mccarthy at gmail.com>
http://jay.teammccarthy.org


Posted on the users mailing list.