const char *strp;
char *strp2;
const char *err, *desthost;
- int i, j, sock, len, backasswards;
+ int i, j, sock,/* len,*/ backasswards;
table *req_hdrs, *resp_hdrs;
array_header *reqhdrs_arr;
table_entry *reqhdrs_elts;
* Is it an HTTP/0.9 respose? If so, send the extra data we read from
* upstream as the start of the reponse to client
*/
+/* FIXME: This code is broken: we try and write a buffer and length that
+ * were never intelligently initialised. Rather have a bit of broken protocol
+ * handling for now than broken code.
+ */
+/*
if (backasswards) {
ap_hard_timeout("proxy send assbackward", r);
}
ap_kill_timeout(r);
}
-
+*/
#ifdef CHARSET_EBCDIC
/*