git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@910340
13f79535-47bb-0310-9956-
ffa450edef68
* See the License for the specific language governing permissions and
* limitations under the License.
*/
-
+#include "apr_strings.h"
#include "apr_tables.h"
#include "httpd.h"
#include "http_config.h"
#include "http_core.h"
#include "http_log.h"
+#include "http_protocol.h"
#include "http_request.h"
+#include "mod_core.h"
module AP_MODULE_DECLARE_DATA reflector_module;
static int reflector_handler(request_rec * r)
{
apr_bucket_brigade *bbin, *bbout;
- apr_bucket *e;
reflector_cfg *conf;
apr_status_t status;