--with-maintainer-mode
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86070
13f79535-47bb-0310-9956-
ffa450edef68
*/
static int core_filter(ap_filter_t *f, ap_bucket_brigade *b)
{
+#if 0
request_rec *r = f->r;
+#endif
+ apr_ssize_t bytes_sent = 0;
ap_bucket *dptr = b->head;
- apr_ssize_t bytes_sent;
int len = 0, written;
const char *str;
#include "apr_file_io.h"
#include "httpd.h"
#include "http_config.h"
+#include "http_protocol.h"
#include "http_core.h"
#include "http_log.h" /* for errors in parse_htaccess */
#include "http_request.h" /* for default_handler (see invoke_handler) */