Add Google safe browsing lookup

This commit is contained in:
brenosilva
2011-03-15 20:49:10 +00:00
parent caa6d89f85
commit 69551d2d09
14 changed files with 834 additions and 236 deletions

View File

@@ -154,7 +154,7 @@ apr_status_t input_filter(ap_filter_t *f, apr_bucket_brigade *bb_out,
}
}
return APR_SUCCESS;
return ap_get_brigade(f->next, bb_out, mode, block, nbytes);
}
/**