From: Brian Pane Date: Sun, 2 Dec 2001 23:15:54 +0000 (+0000) Subject: [No code changes here, just adding the cvs comment that I messed up in X-Git-Tag: 2.0.30~303 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8dbc175389c9bd8df113662bcb7a161cb48a2470;p=thirdparty%2Fapache%2Fhttpd.git [No code changes here, just adding the cvs comment that I messed up in the previous commit] Added a version of ap_getline() that allocs a buffer from the request's pool, rather than copying into a caller-supplied buffer. (This lets us eliminate one copy operation on the request headers.) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92291 13f79535-47bb-0310-9956-ffa450edef68 ---