Jeff Trawick wrote: > Stas Bekman <[EMAIL PROTECTED]> writes: > > >>a typo >> >>Index: include/http_protocol.h > > >>- * @deffunc int ap_setup_cleint_block(request_rec *r, int read_policy) >>+ * @deffunc int ap_setup_client_block(request_rec *r, int read_policy) > > > done > > hopefully no C++ reserved words were used :)
sorry about the other one, I haven't used C++ for a long time :) here is another one: Index: include/http_protocol.h =================================================================== RCS file: /home/cvspublic/httpd-2.0/include/http_protocol.h,v retrieving revision 1.77 diff -u -r1.77 http_protocol.h --- include/http_protocol.h 19 Apr 2002 11:33:29 -0000 1.77 +++ include/http_protocol.h 19 Apr 2002 15:56:48 -0000 @@ -443,7 +443,7 @@ /** * Determine if the client has sent any data. This also sends a - * 100 Continue resposne to HTTP/1.1 clients, so modules should not be called + * 100 Continue response to HTTP/1.1 clients, so modules should not be called * until the module is ready to read content. * @warning Never call this function more than once. * @param r The current request __________________________________________________________________ Stas Bekman JAm_pH ------> Just Another mod_perl Hacker http://stason.org/ mod_perl Guide ---> http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com
