On 14.02.2010 16:09, [email protected] wrote:
> Author: minfrin
> Date: Sun Feb 14 15:09:53 2010
> New Revision: 910017
> 
> URL: http://svn.apache.org/viewvc?rev=910017&view=rev
> Log:
> Introduce mod_reflector, a handler capable of reflecting POSTed
> request bodies back within the response through the output filter
> stack. Can be used to turn an output filter into a web service.
> 
> Added:
>     httpd/httpd/trunk/docs/manual/mod/mod_reflector.xml
>     httpd/httpd/trunk/modules/filters/mod_reflector.c
> Modified:
>     httpd/httpd/trunk/CHANGES
>     httpd/httpd/trunk/docs/manual/filter.xml
>     httpd/httpd/trunk/docs/manual/mod/allmodules.xml
>     httpd/httpd/trunk/modules/filters/config.m4
> 

This modules produces a lot of compiler warnings:

mod_reflector.c: In function ‘reflector_handler’:
mod_reflector.c:61: warning: implicit declaration of function ‘ap_send_http_opti
                                                                            ons’
mod_reflector.c:87: warning: implicit declaration of function ‘ap_set_last_modif
                                                                            ied’
mod_reflector.c:95: warning: implicit declaration of function ‘apr_strtoff’
mod_reflector.c:96: warning: implicit declaration of function ‘ap_set_content_le
                                                                            
ngth’
mod_reflector.c:103: warning: implicit declaration of function ‘ap_set_content_t
                                                                            ype’
mod_reflector.c:47: warning: unused variable ‘e’

Regards

Rüdiger


Reply via email to