Index: proxy_util.c
===================================================================
RCS file: /home/cvs/httpd-2.0/modules/proxy/proxy_util.c,v
retrieving revision 1.37
diff -u -d -b -u -r1.37 proxy_util.c
--- proxy_util.c	2001/01/31 23:11:05	1.37
+++ proxy_util.c	2001/02/06 21:23:09
@@ -464,6 +464,7 @@
     return resp_hdrs;
 }
 
+#if 0
 long int ap_proxy_send_fb(proxy_completion *completion, BUFF *f, request_rec *r, ap_cache_el *c)
 {
     int  ok;
@@ -479,7 +480,6 @@
     total_bytes_rcvd = 0;
     if (c) ap_cache_el_data(c, &cachefp);
 
-#if 0
 #if APR_CHARSET_EBCDIC
     /* The cache copy is ASCII, not EBCDIC, even for text/html) */
     ap_bsetflag(f, B_ASCII2EBCDIC|B_EBCDIC2ASCII, 0);
@@ -487,7 +487,6 @@
 		ap_bsetflag(c->fp, B_ASCII2EBCDIC|B_EBCDIC2ASCII, 0);
     ap_bsetflag(con->client, B_ASCII2EBCDIC|B_EBCDIC2ASCII, 0);
 #endif
-#endif
 
     /* Since we are reading from one buffer and writing to another,
      * it is unsafe to do a soft_timeout here, at least until the proxy
@@ -572,6 +571,7 @@
 
     return total_bytes_rcvd;
 }
+#endif /* 0, ap_proxy_send_fb */
 
 /*
  * Sends response line and headers.  Uses the client fd and the 
