[plt-scheme] (normalize-response close? response) question

From: Jay McCarthy (jay.mccarthy at gmail.com)
Date: Tue May 11 18:20:29 EDT 2010

It represents whether the connection will be closed after the response
is sent (basically if HTTP 1.0 is being used.) This only matters if
you are using response/incremental and it changes the
transfer-encoding to "chunked". I'll change it to default to #f and
add this explanation to the docs.

Jay

On Tue, May 11, 2010 at 4:02 PM, Todd O'Bryan <toddobryan at gmail.com> wrote:
> What does the close? parameter in this function in the web-server
> represent and when would I want to set it to either #t or #f?
>
> Todd
> _________________________________________________
>  For list-related administrative tasks:
>  http://list.cs.brown.edu/mailman/listinfo/plt-scheme
>



-- 
Jay McCarthy <jay at cs.byu.edu>
Assistant Professor / Brigham Young University
http://teammccarthy.org/jay

"The glory of God is Intelligence" - D&C 93


Posted on the users mailing list.