stas 2002/12/15 07:27:51 Modified: src/docs/2.0/user/compat compat.pod Log: document the back compat issues with $r->set_byterange and $r->each_byterange Revision Changes Path 1.37 +15 -0 modperl-docs/src/docs/2.0/user/compat/compat.pod Index: compat.pod =================================================================== RCS file: /home/cvs/modperl-docs/src/docs/2.0/user/compat/compat.pod,v retrieving revision 1.36 retrieving revision 1.37 diff -u -r1.36 -r1.37 --- compat.pod 6 Dec 2002 16:24:32 -0000 1.36 +++ compat.pod 15 Dec 2002 15:27:51 -0000 1.37 @@ -575,8 +575,23 @@ C<$r-E<gt>soft_timeout> and C<$r-E<gt>kill_timeout> aren't needed in mod_perl 2.0. +=head2 C<$r-E<gt>set_byterange> +See the next item. +=head2 C<$r-E<gt>each_byterange> + +The functions C<$r-E<gt>set_byterange> and C<$r-E<gt>each_byterange> +aren't in the Apache 2.0 API, and therefore don't exist in mod_perl +2.0. The byterange serving functionality is now implemented in the +ap_byterange_filter, which is a part of the core http module, meaning +that it's automatically taking care of serving the requested ranges +off the normal complete response. There is no need to configure +it. It's executed only if the appropriate request headers are +set. These headers aren't listed here, since there are several +combinations of them, including the older ones which are still +supported. For a complete info on these see +I<modules/http/http_protocol.c>. =head1 Apache::File
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]