June 2002
Beginner
759 pages
80h 42m
English
force_last_request
$c->force_last_request( )
Ensures that $c->get_request will not try to
read more requests off this connection. If you generate a
response that is not self-delimiting, then you should signal
this fact by calling this method. This attribute is turned on
automatically if the client announces protocol HTTP/1.0 or
worse and does not include a Connection: Keep-Alive header. It
is also turned on automatically when HTTP/1.1 or better
clients send the Connection: Close request header