You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by "Roy T. Fielding" <fi...@kiwi.ICS.UCI.EDU> on 2000/02/08 01:44:15 UTC

Re: cvs commit: apache-1.3/src/modules/proxy proxy_util.c

BTW, for a long time there has been a note in STATUS that I stuck in
which basically says that we need an ap_escape_html_n() function
which would only allocate a new string if the existing one
actually needs to be escaped.  Implementing that would reduce some
serious potential for single-request memory bloat on errors.

....Roy