brianp 01/12/02 15:15:54
Modified: server protocol.c
Log:
[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.)
Revision Changes Path
1.58 +0 -0 httpd-2.0/server/protocol.c
Index: protocol.c
===================================================================
RCS file: /home/cvs/httpd-2.0/server/protocol.c,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
|