You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by mi...@apache.org on 2001/04/10 14:06:50 UTC

cvs commit: httpd-proxy/module-2.0 mod_proxy.c mod_proxy.h proxy_connect.c

minfrin     01/04/10 05:06:50

  Modified:    module-2.0 mod_proxy.c mod_proxy.h proxy_connect.c
  Log:
  More fixes...
  
  Revision  Changes    Path
  1.37      +0 -1      httpd-proxy/module-2.0/mod_proxy.c
  
  Index: mod_proxy.c
  ===================================================================
  RCS file: /home/cvs/httpd-proxy/module-2.0/mod_proxy.c,v
  retrieving revision 1.36
  retrieving revision 1.37
  diff -u -r1.36 -r1.37
  --- mod_proxy.c	2001/04/08 22:18:30	1.36
  +++ mod_proxy.c	2001/04/10 12:06:49	1.37
  @@ -721,7 +721,6 @@
       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 */
  
  
  
  1.42      +0 -1      httpd-proxy/module-2.0/mod_proxy.h
  
  Index: mod_proxy.h
  ===================================================================
  RCS file: /home/cvs/httpd-proxy/module-2.0/mod_proxy.h,v
  retrieving revision 1.41
  retrieving revision 1.42
  diff -u -r1.41 -r1.42
  --- mod_proxy.h	2001/04/10 00:13:56	1.41
  +++ mod_proxy.h	2001/04/10 12:06:49	1.42
  @@ -203,7 +203,6 @@
   
   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 */
   
  
  
  
  1.34      +0 -7      httpd-proxy/module-2.0/proxy_connect.c
  
  Index: proxy_connect.c
  ===================================================================
  RCS file: /home/cvs/httpd-proxy/module-2.0/proxy_connect.c,v
  retrieving revision 1.33
  retrieving revision 1.34
  diff -u -r1.33 -r1.34
  --- proxy_connect.c	2001/04/08 22:26:45	1.33
  +++ proxy_connect.c	2001/04/10 12:06:49	1.34
  @@ -99,12 +99,6 @@
       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 @@
        */
       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