Commit 07cc60d0 authored by Graham Leggett's avatar Graham Leggett
Browse files

More fixes...

PR:
Obtained from:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88780 13f79535-47bb-0310-9956-ffa450edef68
parent de25b89f
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -721,7 +721,6 @@ static void register_hooks(apr_pool_t *p)
    ap_hook_translate_name(proxy_trans, NULL, NULL, APR_HOOK_FIRST);
    /* filters */
    ap_register_output_filter("PROXY_SEND_DIR", ap_proxy_send_dir_filter, AP_FTYPE_CONNECTION);
    ap_register_output_filter("PROXY_NULL", ap_proxy_null_filter, AP_FTYPE_NETWORK);
    /* fixups */
    ap_hook_fixups(proxy_fixup, NULL, NULL, APR_HOOK_FIRST);
    /* post read_request handling */
+0 −1
Original line number Diff line number Diff line
@@ -203,7 +203,6 @@ typedef struct {

int ap_proxy_connect_handler(request_rec *r, char *url,
			  const char *proxyhost, int proxyport);
apr_status_t ap_proxy_null_filter(ap_filter_t *f, apr_bucket_brigade *bb);

/* proxy_ftp.c */

+0 −7
Original line number Diff line number Diff line
@@ -99,12 +99,6 @@ allowed_port(proxy_server_conf *conf, int port)
    return 0;
}

/* a NULL filter for the connect tunnel */
apr_status_t ap_proxy_null_filter(ap_filter_t *f, apr_bucket_brigade *bb)
{
    return APR_SUCCESS;
}

int ap_proxy_connect_handler(request_rec *r, char *url,
			  const char *proxyname, int proxyport)
{
@@ -262,7 +256,6 @@ int ap_proxy_connect_handler(request_rec *r, char *url,
     */
    r->output_filters = NULL;
    r->connection->output_filters = NULL;
    ap_add_output_filter("PROXY_NULL", NULL, r, r->connection);


    /* If we are connecting through a remote proxy, we need to pass