fielding 97/07/15 08:52:44
Modified: src http_protocol.c
Log:
commento
Revision Changes Path
1.137 +3 -3 apache/src/http_protocol.c
Index: http_protocol.c
===================================================================
RCS file: /export/home/cvs/apache/src/http_protocol.c,v
retrieving revision 1.136
retrieving revision 1.137
diff -C3 -r1.136 -r1.137
*** http_protocol.c 1997/07/14 11:28:55 1.136
--- http_protocol.c 1997/07/15 15:52:42 1.137
***************
*** 1250,1258 ****
if (r->chunked) bsetflag(r->connection->client, B_CHUNK, 1);
}
! /* finalize_request_protocol must be called by a module after it sends
! * a response body. It's sole purpose is to send the terminating
! * protocol information for any wrappers around the response message body
* (i.e., transfer encodings). It should have been named finalize_response.
*/
void finalize_request_protocol (request_rec *r)
--- 1250,1258 ----
if (r->chunked) bsetflag(r->connection->client, B_CHUNK, 1);
}
! /* finalize_request_protocol is called at completion of sending the
! * response. It's sole purpose is to send the terminating protocol
! * information for any wrappers around the response message body
* (i.e., transfer encodings). It should have been named finalize_response.
*/
void finalize_request_protocol (request_rec *r)