Hi, I want to re-raise an issue that I last saw referenced back in 2005, here:
http://mail-archives.apache.org/mod_mbox/httpd-dev/200507.mbox/%3C42CBE6B4.80305%40web.turner.com%3E (or at least I couldn't find anything more recent in the mailing list archives). Namely, the issue is that mod_proxy does not use keep-alive connections for subrequests. The code is here, lines 750--752: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/proxy/mod_proxy_http.c?view=markup#l750 Is there still a reason for this code? Or is it safe to remove line 752 (and the corresponding comment)? Thanks! Alex
